Html Css Color HEX #CCB929 Barberry

📋 copy color: '#CCB929'

red 204 ◦ green 185 ◦ blue 41

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

Shades of Barberry #CCB929

Tints of Barberry #CCB929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.02%

 BLUE value IS 41 (16.41% from 255) = 9.53%

R = 47.44%
G = 43.02%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCB929 (or 0xCCB929) is known color: Barberry. HEX triplet: CC, B9 and 29. RGB value is (204,185,41). Sum of RGB (Red+Green+Blue) = 204+185+41=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB929 is #3346D6. Grayscale: #AEAEAE. Windows color (decimal): -3360471 or 2734540. OLE color: 2734540.

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

Color convert

RGB 204 185 41 -
CMYK 0 0.09 0.80 0.2
HSL 53.01º 0.67% 0.48% -
HSV(B) 53.01º 0.8% 0.8% -
XYZ 42.65 47.7 9.06 -
YUV 174.27 52.79 149.21 -
System Red Green Blue C M Y K H S L
Decimal 204 185 41 0 0.09 0.80 0.2 53.01 0.67 0.48
Hex CC B9 29 0 9 50 14 35 43 30
Octal 314 271 51 0 11 120 24 65 103 60
Binary 11001100 10111001 101001 0 1001 1010000 10100 110101 1000011 110000

Color Harmonies of #CCB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB929

Black with #CCB929

Text Example


Text Example

White with #CCB929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB929; }

 p { color: rgb(204,185,41); }

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

background-color css

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

 a { background-color: rgb(204,185,41); }

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

border-color css

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

 span { border-color: rgb(204,185,41); }

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