Html Css Color HEX #CFCC19 Barberry

📋 copy color: '#CFCC19'

red 207 ◦ green 204 ◦ blue 25

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

Shades of Barberry #CFCC19

Tints of Barberry #CFCC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.73%

R = 47.48%
G = 46.79%
B = 5.73%

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

#CFCC19 (or 0xCFCC19) is known color: Barberry. HEX triplet: CF, CC and 19. RGB value is (207,204,25). Sum of RGB (Red+Green+Blue) = 207+204+25=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCC19 is #3033E6. Grayscale: #B9B9B9. Windows color (decimal): -3159015 or 1690831. OLE color: 1690831.

HSL color Cylindrical-coordinate representation of color #CFCC19: hue angle of 59.01º degrees, saturation: 0.78, 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 #CFCC19 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 204 25 -
CMYK 0 0.01 0.88 0.19
HSL 59.01º 0.78% 0.45% -
HSV(B) 59.01º 0.88% 0.81% -
XYZ 47.5 56.52 9.33 -
YUV 184.49 37.99 144.05 -
System Red Green Blue C M Y K H S L
Decimal 207 204 25 0 0.01 0.88 0.19 59.01 0.78 0.45
Hex CF CC 19 0 1 58 13 3B 4E 2D
Octal 317 314 31 0 1 130 23 73 116 55
Binary 11001111 11001100 11001 0 1 1011000 10011 111011 1001110 101101

Color Harmonies of #CFCC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC19

Black with #CFCC19

Text Example


Text Example

White with #CFCC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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