Html Css Color HEX #CCBF28 Barberry

📋 copy color: '#CCBF28'

red 204 ◦ green 191 ◦ blue 40

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

Shades of Barberry #CCBF28

Tints of Barberry #CCBF28

RGB

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

 GREEN value IS 191 (75% from 255) = 43.91%

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

R = 46.9%
G = 43.91%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCBF28 (or 0xCCBF28) is known color: Barberry. HEX triplet: CC, BF and 28. RGB value is (204,191,40). Sum of RGB (Red+Green+Blue) = 204+191+40=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBF28 is #3340D7. Grayscale: #B2B2B2. Windows color (decimal): -3358936 or 2670540. OLE color: 2670540.

HSL color Cylindrical-coordinate representation of color #CCBF28: hue angle of 55.24º 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 #CCBF28 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 191 40 -
CMYK 0 0.06 0.80 0.2
HSL 55.24º 0.67% 0.48% -
HSV(B) 55.24º 0.8% 0.8% -
XYZ 43.92 50.25 9.39 -
YUV 177.67 50.31 146.78 -
System Red Green Blue C M Y K H S L
Decimal 204 191 40 0 0.06 0.80 0.2 55.24 0.67 0.48
Hex CC BF 28 0 6 50 14 37 43 30
Octal 314 277 50 0 6 120 24 67 103 60
Binary 11001100 10111111 101000 0 110 1010000 10100 110111 1000011 110000

Color Harmonies of #CCBF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF28

Black with #CCBF28

Text Example


Text Example

White with #CCBF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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