Html Css Color HEX #CCCB28 Barberry

📋 copy color: '#CCCB28'

red 204 ◦ green 203 ◦ blue 40

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

Shades of Barberry #CCCB28

Tints of Barberry #CCCB28

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.41%

 BLUE value IS 40 (16.02% from 255) = 8.95%

R = 45.64%
G = 45.41%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCCB28 (or 0xCCCB28) is known color: Barberry. HEX triplet: CC, CB and 28. RGB value is (204,203,40). Sum of RGB (Red+Green+Blue) = 204+203+40=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB28 is #3334D7. Grayscale: #B9B9B9. Windows color (decimal): -3355864 or 2673612. OLE color: 2673612.

HSL color Cylindrical-coordinate representation of color #CCCB28: hue angle of 59.63º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCCB28 is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 40 -
CMYK 0 0.00 0.80 0.2
HSL 59.63º 0.67% 0.48% -
HSV(B) 59.63º 0.8% 0.8% -
XYZ 46.64 55.7 10.3 -
YUV 184.72 46.33 141.75 -
System Red Green Blue C M Y K H S L
Decimal 204 203 40 0 0.00 0.80 0.2 59.63 0.67 0.48
Hex CC CB 28 0 0 50 14 3C 43 30
Octal 314 313 50 0 0 120 24 74 103 60
Binary 11001100 11001011 101000 0 0 1010000 10100 111100 1000011 110000

Color Harmonies of #CCCB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB28

Black with #CCCB28

Text Example


Text Example

White with #CCCB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB28; }

 p { color: rgb(204,203,40); }

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

background-color css

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

 a { background-color: rgb(204,203,40); }

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

border-color css

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

 span { border-color: rgb(204,203,40); }

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