Html Css Color HEX #CDD618 Barberry

📋 copy color: '#CDD618'

red 205 ◦ green 214 ◦ blue 24

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

Shades of Barberry #CDD618

Tints of Barberry #CDD618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.31%

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

R = 46.28%
G = 48.31%
B = 5.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#CDD618 (or 0xCDD618) is known color: Barberry. HEX triplet: CD, D6 and 18. RGB value is (205,214,24). Sum of RGB (Red+Green+Blue) = 205+214+24=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 24 (9.77% from 255 or 5.42% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD618 is #3229E7. Grayscale: #BEBEBE. Windows color (decimal): -3287528 or 1627853. OLE color: 1627853.

HSL color Cylindrical-coordinate representation of color #CDD618: hue angle of 62.84º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDD618 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 214 24 -
CMYK 0.04 0 0.89 0.16
HSL 62.84º 0.8% 0.47% -
HSV(B) 62.84º 0.89% 0.84% -
XYZ 49.39 61.14 10.06 -
YUV 189.65 34.52 138.95 -
System Red Green Blue C M Y K H S L
Decimal 205 214 24 0.04 0 0.89 0.16 62.84 0.8 0.47
Hex CD D6 18 4 0 59 10 3F 50 2F
Octal 315 326 30 4 0 131 20 77 120 57
Binary 11001101 11010110 11000 100 0 1011001 10000 111111 1010000 101111

Color Harmonies of #CDD618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD618

Black with #CDD618

Text Example


Text Example

White with #CDD618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD618; }

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

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

background-color css

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

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

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

border-color css

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

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

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