Html Css Color HEX #CFCC18 Barberry

📋 copy color: '#CFCC18'

red 207 ◦ green 204 ◦ blue 24

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

Shades of Barberry #CFCC18

Tints of Barberry #CFCC18

RGB

 RED value IS 207 (81.25% from 255) = 47.59%

 GREEN value IS 204 (80.08% from 255) = 46.9%

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

R = 47.59%
G = 46.9%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CFCC18 (or 0xCFCC18) is known color: Barberry. HEX triplet: CF, CC and 18. RGB value is (207,204,24). Sum of RGB (Red+Green+Blue) = 207+204+24=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCC18 is #3033E7. Grayscale: #B9B9B9. Windows color (decimal): -3159016 or 1625295. OLE color: 1625295.

HSL color Cylindrical-coordinate representation of color #CFCC18: hue angle of 59.02º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFCC18 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 204 24 -
CMYK 0 0.01 0.88 0.19
HSL 59.02º 0.79% 0.45% -
HSV(B) 59.02º 0.88% 0.81% -
XYZ 47.49 56.52 9.27 -
YUV 184.38 37.49 144.14 -
System Red Green Blue C M Y K H S L
Decimal 207 204 24 0 0.01 0.88 0.19 59.02 0.79 0.45
Hex CF CC 18 0 1 58 13 3B 4F 2D
Octal 317 314 30 0 1 130 23 73 117 55
Binary 11001111 11001100 11000 0 1 1011000 10011 111011 1001111 101101

Color Harmonies of #CFCC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC18

Black with #CFCC18

Text Example


Text Example

White with #CFCC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC18; }

 p { color: rgb(207,204,24); }

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

background-color css

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

 a { background-color: rgb(207,204,24); }

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

border-color css

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

 span { border-color: rgb(207,204,24); }

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