Html Css Color HEX #CFCC49 Wattle

📋 copy color: '#CFCC49'

red 207 ◦ green 204 ◦ blue 73

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

Shades of Wattle #CFCC49

Tints of Wattle #CFCC49

RGB

 RED value IS 207 (81.25% from 255) = 42.77%

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

 BLUE value IS 73 (28.91% from 255) = 15.08%

R = 42.77%
G = 42.15%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CFCC49 (or 0xCFCC49) is known color: Wattle. HEX triplet: CF, CC and 49. RGB value is (207,204,73). Sum of RGB (Red+Green+Blue) = 207+204+73=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC49 is #3033B6. Grayscale: #BEBEBE. Windows color (decimal): -3158967 or 4836559. OLE color: 4836559.

HSL color Cylindrical-coordinate representation of color #CFCC49: hue angle of 58.66º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFCC49 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 204 73 -
CMYK 0 0.01 0.65 0.19
HSL 58.66º 0.58% 0.55% -
HSV(B) 58.66º 0.65% 0.81% -
XYZ 48.53 56.93 14.73 -
YUV 189.96 61.99 140.15 -
System Red Green Blue C M Y K H S L
Decimal 207 204 73 0 0.01 0.65 0.19 58.66 0.58 0.55
Hex CF CC 49 0 1 41 13 3B 3A 37
Octal 317 314 111 0 1 101 23 73 72 67
Binary 11001111 11001100 1001001 0 1 1000001 10011 111011 111010 110111

Color Harmonies of #CFCC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC49

Black with #CFCC49

Text Example


Text Example

White with #CFCC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC49; }

 p { color: rgb(207,204,73); }

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

background-color css

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

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

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

border-color css

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

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

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