Html Css Color HEX #CDD118 Barberry

📋 copy color: '#CDD118'

red 205 ◦ green 209 ◦ blue 24

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

Shades of Barberry #CDD118

Tints of Barberry #CDD118

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.72%

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

R = 46.8%
G = 47.72%
B = 5.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#CDD118 (or 0xCDD118) is known color: Barberry. HEX triplet: CD, D1 and 18. RGB value is (205,209,24). Sum of RGB (Red+Green+Blue) = 205+209+24=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD118 is #322EE7. Grayscale: #BBBBBB. Windows color (decimal): -3288808 or 1626573. OLE color: 1626573.

HSL color Cylindrical-coordinate representation of color #CDD118: hue angle of 61.3º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDD118 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 209 24 -
CMYK 0.02 0 0.89 0.18
HSL 61.3º 0.79% 0.46% -
HSV(B) 61.3º 0.89% 0.82% -
XYZ 48.14 58.65 9.65 -
YUV 186.71 36.17 141.04 -
System Red Green Blue C M Y K H S L
Decimal 205 209 24 0.02 0 0.89 0.18 61.3 0.79 0.46
Hex CD D1 18 2 0 59 12 3D 4F 2E
Octal 315 321 30 2 0 131 22 75 117 56
Binary 11001101 11010001 11000 10 0 1011001 10010 111101 1001111 101110

Color Harmonies of #CDD118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD118

Black with #CDD118

Text Example


Text Example

White with #CDD118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD118; }

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

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

background-color css

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

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

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

border-color css

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

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

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