Html Css Color HEX #CFCC16 Barberry

📋 copy color: '#CFCC16'

red 207 ◦ green 204 ◦ blue 22

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

Shades of Barberry #CFCC16

Tints of Barberry #CFCC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.08%

R = 47.81%
G = 47.11%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CFCC16 (or 0xCFCC16) is known color: Barberry. HEX triplet: CF, CC and 16. RGB value is (207,204,22). Sum of RGB (Red+Green+Blue) = 207+204+22=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCC16 is #3033E9. Grayscale: #B8B8B8. Windows color (decimal): -3159018 or 1494223. OLE color: 1494223.

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

Color convert

RGB 207 204 22 -
CMYK 0 0.01 0.89 0.19
HSL 59.03º 0.81% 0.45% -
HSV(B) 59.03º 0.89% 0.81% -
XYZ 47.47 56.51 9.16 -
YUV 184.15 36.49 144.3 -
System Red Green Blue C M Y K H S L
Decimal 207 204 22 0 0.01 0.89 0.19 59.03 0.81 0.45
Hex CF CC 16 0 1 59 13 3B 51 2D
Octal 317 314 26 0 1 131 23 73 121 55
Binary 11001111 11001100 10110 0 1 1011001 10011 111011 1010001 101101

Color Harmonies of #CFCC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC16

Black with #CFCC16

Text Example


Text Example

White with #CFCC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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