Html Css Color HEX #CDD41C Barberry

📋 copy color: '#CDD41C'

red 205 ◦ green 212 ◦ blue 28

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

Shades of Barberry #CDD41C

Tints of Barberry #CDD41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.29%

R = 46.07%
G = 47.64%
B = 6.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#CDD41C (or 0xCDD41C) is known color: Barberry. HEX triplet: CD, D4 and 1C. RGB value is (205,212,28). Sum of RGB (Red+Green+Blue) = 205+212+28=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD41C is #322BE3. Grayscale: #BDBDBD. Windows color (decimal): -3288036 or 1889485. OLE color: 1889485.

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

Color convert

RGB 205 212 28 -
CMYK 0.03 0 0.87 0.17
HSL 62.28º 0.77% 0.47% -
HSV(B) 62.28º 0.87% 0.83% -
XYZ 48.93 60.15 10.13 -
YUV 188.93 37.18 139.46 -
System Red Green Blue C M Y K H S L
Decimal 205 212 28 0.03 0 0.87 0.17 62.28 0.77 0.47
Hex CD D4 1C 3 0 57 11 3E 4D 2F
Octal 315 324 34 3 0 127 21 76 115 57
Binary 11001101 11010100 11100 11 0 1010111 10001 111110 1001101 101111

Color Harmonies of #CDD41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD41C

Black with #CDD41C

Text Example


Text Example

White with #CDD41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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