Html Css Color HEX #CCC743 Wattle

📋 copy color: '#CCC743'

red 204 ◦ green 199 ◦ blue 67

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

Shades of Wattle #CCC743

Tints of Wattle #CCC743

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.34%

 BLUE value IS 67 (26.56% from 255) = 14.26%

R = 43.4%
G = 42.34%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCC743 (or 0xCCC743) is known color: Wattle. HEX triplet: CC, C7 and 43. RGB value is (204,199,67). Sum of RGB (Red+Green+Blue) = 204+199+67=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 67 (26.56% from 255 or 14.26% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC743 is #3338BC. Grayscale: #B9B9B9. Windows color (decimal): -3356861 or 4442060. OLE color: 4442060.

HSL color Cylindrical-coordinate representation of color #CCC743: hue angle of 57.81º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCC743 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 67 -
CMYK 0 0.02 0.67 0.2
HSL 57.81º 0.57% 0.53% -
HSV(B) 57.81º 0.67% 0.8% -
XYZ 46.34 54.09 13.31 -
YUV 185.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 204 199 67 0 0.02 0.67 0.2 57.81 0.57 0.53
Hex CC C7 43 0 2 43 14 3A 39 35
Octal 314 307 103 0 2 103 24 72 71 65
Binary 11001100 11000111 1000011 0 10 1000011 10100 111010 111001 110101

Color Harmonies of #CCC743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC743

Black with #CCC743

Text Example


Text Example

White with #CCC743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC743; }

 p { color: rgb(204,199,67); }

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

background-color css

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

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

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

border-color css

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

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

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