Html Css Color HEX #CCC03F Wattle

📋 copy color: '#CCC03F'

red 204 ◦ green 192 ◦ blue 63

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

Shades of Wattle #CCC03F

Tints of Wattle #CCC03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.73%

R = 44.44%
G = 41.83%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCC03F (or 0xCCC03F) is known color: Wattle. HEX triplet: CC, C0 and 3F. RGB value is (204,192,63). Sum of RGB (Red+Green+Blue) = 204+192+63=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC03F is #333FC0. Grayscale: #B5B5B5. Windows color (decimal): -3358657 or 4178124. OLE color: 4178124.

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

Color convert

RGB 204 192 63 -
CMYK 0 0.06 0.69 0.2
HSL 54.89º 0.58% 0.52% -
HSV(B) 54.89º 0.69% 0.8% -
XYZ 44.65 50.9 12.17 -
YUV 180.88 61.48 144.49 -
System Red Green Blue C M Y K H S L
Decimal 204 192 63 0 0.06 0.69 0.2 54.89 0.58 0.52
Hex CC C0 3F 0 6 45 14 37 3A 34
Octal 314 300 77 0 6 105 24 67 72 64
Binary 11001100 11000000 111111 0 110 1000101 10100 110111 111010 110100

Color Harmonies of #CCC03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC03F

Black with #CCC03F

Text Example


Text Example

White with #CCC03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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