Html Css Color HEX #CCCB40 Wattle

📋 copy color: '#CCCB40'

red 204 ◦ green 203 ◦ blue 64

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

Shades of Wattle #CCCB40

Tints of Wattle #CCCB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.59%

R = 43.31%
G = 43.1%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCCB40 (or 0xCCCB40) is known color: Wattle. HEX triplet: CC, CB and 40. RGB value is (204,203,64). Sum of RGB (Red+Green+Blue) = 204+203+64=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB40 is #3334BF. Grayscale: #BCBCBC. Windows color (decimal): -3355840 or 4246476. OLE color: 4246476.

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

Color convert

RGB 204 203 64 -
CMYK 0 0.00 0.69 0.2
HSL 59.57º 0.58% 0.53% -
HSV(B) 59.57º 0.69% 0.8% -
XYZ 47.18 55.92 13.16 -
YUV 187.45 58.33 139.8 -
System Red Green Blue C M Y K H S L
Decimal 204 203 64 0 0.00 0.69 0.2 59.57 0.58 0.53
Hex CC CB 40 0 0 45 14 3C 3A 35
Octal 314 313 100 0 0 105 24 74 72 65
Binary 11001100 11001011 1000000 0 0 1000101 10100 111100 111010 110101

Color Harmonies of #CCCB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB40

Black with #CCCB40

Text Example


Text Example

White with #CCCB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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