Html Css Color HEX #CCCC3E Wattle

📋 copy color: '#CCCC3E'

red 204 ◦ green 204 ◦ blue 62

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

Shades of Wattle #CCCC3E

Tints of Wattle #CCCC3E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.4%

 BLUE value IS 62 (24.61% from 255) = 13.19%

R = 43.4%
G = 43.4%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCCC3E (or 0xCCCC3E) is known color: Wattle. HEX triplet: CC, CC and 3E. RGB value is (204,204,62). Sum of RGB (Red+Green+Blue) = 204+204+62=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC3E is #3333C1. Grayscale: #BCBCBC. Windows color (decimal): -3355586 or 4115660. OLE color: 4115660.

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

Color convert

RGB 204 204 62 -
CMYK 0 0 0.70 0.2
HSL 60º 0.58% 0.52% -
HSV(B) 60º 0.7% 0.8% -
XYZ 47.36 56.37 12.94 -
YUV 187.81 57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 204 204 62 0 0 0.70 0.2 60 0.58 0.52
Hex CC CC 3E 0 0 46 14 3C 3A 34
Octal 314 314 76 0 0 106 24 74 72 64
Binary 11001100 11001100 111110 0 0 1000110 10100 111100 111010 110100

Color Harmonies of #CCCC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC3E

Black with #CCCC3E

Text Example


Text Example

White with #CCCC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC3E; }

 p { color: rgb(204,204,62); }

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

background-color css

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

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

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

border-color css

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

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

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