Html Css Color HEX #CCC93B Wattle

📋 copy color: '#CCC93B'

red 204 ◦ green 201 ◦ blue 59

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

Shades of Wattle #CCC93B

Tints of Wattle #CCC93B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.32%

 BLUE value IS 59 (23.44% from 255) = 12.72%

R = 43.97%
G = 43.32%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CCC93B (or 0xCCC93B) is known color: Wattle. HEX triplet: CC, C9 and 3B. RGB value is (204,201,59). Sum of RGB (Red+Green+Blue) = 204+201+59=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC93B is #3336C4. Grayscale: #BABABA. Windows color (decimal): -3356357 or 3918284. OLE color: 3918284.

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

Color convert

RGB 204 201 59 -
CMYK 0 0.01 0.71 0.2
HSL 58.76º 0.59% 0.52% -
HSV(B) 58.76º 0.71% 0.8% -
XYZ 46.58 54.93 12.28 -
YUV 185.71 56.49 141.05 -
System Red Green Blue C M Y K H S L
Decimal 204 201 59 0 0.01 0.71 0.2 58.76 0.59 0.52
Hex CC C9 3B 0 1 47 14 3B 3B 34
Octal 314 311 73 0 1 107 24 73 73 64
Binary 11001100 11001001 111011 0 1 1000111 10100 111011 111011 110100

Color Harmonies of #CCC93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC93B

Black with #CCC93B

Text Example


Text Example

White with #CCC93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC93B; }

 p { color: rgb(204,201,59); }

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

background-color css

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

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

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

border-color css

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

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

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