Html Css Color HEX #CCCF19 Barberry

📋 copy color: '#CCCF19'

red 204 ◦ green 207 ◦ blue 25

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

Shades of Barberry #CCCF19

Tints of Barberry #CCCF19

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 204 207 25 -
CMYK 0.01 0 0.88 0.19
HSL 60.99º 0.78% 0.45% -
HSV(B) 60.99º 0.88% 0.81% -
XYZ 47.39 57.53 9.53 -
YUV 185.36 37.51 141.3 -
System Red Green Blue C M Y K H S L
Decimal 204 207 25 0.01 0 0.88 0.19 60.99 0.78 0.45
Hex CC CF 19 1 0 58 13 3D 4E 2D
Octal 314 317 31 1 0 130 23 75 116 55
Binary 11001100 11001111 11001 1 0 1011000 10011 111101 1001110 101101

Color Harmonies of #CCCF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF19

Black with #CCCF19

Text Example


Text Example

White with #CCCF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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