Html Css Color HEX #CDD418 Barberry

📋 copy color: '#CDD418'

red 205 ◦ green 212 ◦ blue 24

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

Shades of Barberry #CDD418

Tints of Barberry #CDD418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.44%

R = 46.49%
G = 48.07%
B = 5.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#CDD418 (or 0xCDD418) is known color: Barberry. HEX triplet: CD, D4 and 18. RGB value is (205,212,24). Sum of RGB (Red+Green+Blue) = 205+212+24=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD418 is #322BE7. Grayscale: #BDBDBD. Windows color (decimal): -3288040 or 1627341. OLE color: 1627341.

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

Color convert

RGB 205 212 24 -
CMYK 0.03 0 0.89 0.17
HSL 62.23º 0.8% 0.46% -
HSV(B) 62.23º 0.89% 0.83% -
XYZ 48.89 60.13 9.89 -
YUV 188.48 35.18 139.79 -
System Red Green Blue C M Y K H S L
Decimal 205 212 24 0.03 0 0.89 0.17 62.23 0.8 0.46
Hex CD D4 18 3 0 59 11 3E 50 2E
Octal 315 324 30 3 0 131 21 76 120 56
Binary 11001101 11010100 11000 11 0 1011001 10001 111110 1010000 101110

Color Harmonies of #CDD418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD418

Black with #CDD418

Text Example


Text Example

White with #CDD418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD418; }

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

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

background-color css

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

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

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

border-color css

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

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

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