Html Css Color HEX #CCCC38 Wattle

📋 copy color: '#CCCC38'

red 204 ◦ green 204 ◦ blue 56

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

Shades of Wattle #CCCC38

Tints of Wattle #CCCC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.07%

R = 43.97%
G = 43.97%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CCCC38 (or 0xCCCC38) is known color: Wattle. HEX triplet: CC, CC and 38. RGB value is (204,204,56). Sum of RGB (Red+Green+Blue) = 204+204+56=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 56 (22.27% from 255 or 12.07% from 464); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC38 is #3333C7. Grayscale: #BBBBBB. Windows color (decimal): -3355592 or 3722444. OLE color: 3722444.

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

Color convert

RGB 204 204 56 -
CMYK 0 0 0.73 0.2
HSL 60º 0.59% 0.51% -
HSV(B) 60º 0.73% 0.8% -
XYZ 47.21 56.31 12.12 -
YUV 187.13 54 140.03 -
System Red Green Blue C M Y K H S L
Decimal 204 204 56 0 0 0.73 0.2 60 0.59 0.51
Hex CC CC 38 0 0 49 14 3C 3B 33
Octal 314 314 70 0 0 111 24 74 73 63
Binary 11001100 11001100 111000 0 0 1001001 10100 111100 111011 110011

Color Harmonies of #CCCC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC38

Black with #CCCC38

Text Example


Text Example

White with #CCCC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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