Html Css Color HEX #CDD412 Barberry

📋 copy color: '#CDD412'

red 205 ◦ green 212 ◦ blue 18

#CDD412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CDD412

Tints of Barberry #CDD412

RGB

 RED value IS 205 (80.47% from 255) = 47.13%

 GREEN value IS 212 (83.2% from 255) = 48.74%

 BLUE value IS 18 (7.42% from 255) = 4.14%

R = 47.13%
G = 48.74%
B = 4.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDD412 (or 0xCDD412) is known color: Barberry. HEX triplet: CD, D4 and 12. RGB value is (205,212,18). Sum of RGB (Red+Green+Blue) = 205+212+18=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD412 is #322BED. Grayscale: #BCBCBC. Windows color (decimal): -3288046 or 1234125. OLE color: 1234125.

HSL color Cylindrical-coordinate representation of color #CDD412: hue angle of 62.16º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDD412 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 212 18 -
CMYK 0.03 0 0.92 0.17
HSL 62.16º 0.84% 0.45% -
HSV(B) 62.16º 0.92% 0.83% -
XYZ 48.83 60.11 9.6 -
YUV 187.79 32.18 140.27 -
System Red Green Blue C M Y K H S L
Decimal 205 212 18 0.03 0 0.92 0.17 62.16 0.84 0.45
Hex CD D4 12 3 0 5C 11 3E 54 2D
Octal 315 324 22 3 0 134 21 76 124 55
Binary 11001101 11010100 10010 11 0 1011100 10001 111110 1010100 101101

Color Harmonies of #CDD412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD412

Black with #CDD412

Text Example


Text Example

White with #CDD412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD412; }

 p { color: rgb(205,212,18); }

 H1.HeaderClassName
 {
   color: #CDD412;
 }
 .AnyTagClassName
 {
   color: #CDD412;
 }
</style>

background-color css

<style>
 a { background-color: #CDD412; }

 a { background-color: rgb(205,212,18); }

 div.DivClassName
 {
   background-color: #CDD412;
 }
 .BgClassName
 {
   background-color: #CDD412;
 }
</style>

border-color css

<style>
 span { border-color: #CDD412; }

 span { border-color: rgb(205,212,18); }

 td.TdClassName
 {
   border-color: #CDD412;
 }
 .TagClassName
 {
   border-color: #CDD412;
 }
</style>