Html Css Color HEX #CCC04B Wattle

📋 copy color: '#CCC04B'

red 204 ◦ green 192 ◦ blue 75

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

Shades of Wattle #CCC04B

Tints of Wattle #CCC04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.76%

 BLUE value IS 75 (29.69% from 255) = 15.92%

R = 43.31%
G = 40.76%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCC04B (or 0xCCC04B) is known color: Wattle. HEX triplet: CC, C0 and 4B. RGB value is (204,192,75). Sum of RGB (Red+Green+Blue) = 204+192+75=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC04B is #333FB4. Grayscale: #B6B6B6. Windows color (decimal): -3358645 or 4964556. OLE color: 4964556.

HSL color Cylindrical-coordinate representation of color #CCC04B: hue angle of 54.42º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCC04B is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 75 -
CMYK 0 0.06 0.63 0.2
HSL 54.42º 0.56% 0.55% -
HSV(B) 54.42º 0.63% 0.8% -
XYZ 45.02 51.04 14.14 -
YUV 182.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 204 192 75 0 0.06 0.63 0.2 54.42 0.56 0.55
Hex CC C0 4B 0 6 3F 14 36 38 37
Octal 314 300 113 0 6 77 24 66 70 67
Binary 11001100 11000000 1001011 0 110 111111 10100 110110 111000 110111

Color Harmonies of #CCC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC04B

Black with #CCC04B

Text Example


Text Example

White with #CCC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC04B; }

 p { color: rgb(204,192,75); }

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

background-color css

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

 a { background-color: rgb(204,192,75); }

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

border-color css

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

 span { border-color: rgb(204,192,75); }

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