Html Css Color HEX #CFC549 Wattle

📋 copy color: '#CFC549'

red 207 ◦ green 197 ◦ blue 73

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

Shades of Wattle #CFC549

Tints of Wattle #CFC549

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.3%

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

R = 43.4%
G = 41.3%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CFC549 (or 0xCFC549) is known color: Wattle. HEX triplet: CF, C5 and 49. RGB value is (207,197,73). Sum of RGB (Red+Green+Blue) = 207+197+73=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC549 is #303AB6. Grayscale: #BABABA. Windows color (decimal): -3160759 or 4834767. OLE color: 4834767.

HSL color Cylindrical-coordinate representation of color #CFC549: hue angle of 55.52º 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 #CFC549 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 197 73 -
CMYK 0 0.05 0.65 0.19
HSL 55.52º 0.58% 0.55% -
HSV(B) 55.52º 0.65% 0.81% -
XYZ 46.9 53.68 14.19 -
YUV 185.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 207 197 73 0 0.05 0.65 0.19 55.52 0.58 0.55
Hex CF C5 49 0 5 41 13 38 3A 37
Octal 317 305 111 0 5 101 23 70 72 67
Binary 11001111 11000101 1001001 0 101 1000001 10011 111000 111010 110111

Color Harmonies of #CFC549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC549

Black with #CFC549

Text Example


Text Example

White with #CFC549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC549; }

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

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

background-color css

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

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

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

border-color css

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

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

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