Html Css Color HEX #CFC749 Wattle

📋 copy color: '#CFC749'

red 207 ◦ green 199 ◦ blue 73

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

Shades of Wattle #CFC749

Tints of Wattle #CFC749

RGB

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

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

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

R = 43.22%
G = 41.54%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CFC749 (or 0xCFC749) is known color: Wattle. HEX triplet: CF, C7 and 49. RGB value is (207,199,73). Sum of RGB (Red+Green+Blue) = 207+199+73=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC749 is #3038B6. Grayscale: #BBBBBB. Windows color (decimal): -3160247 or 4835279. OLE color: 4835279.

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

Color convert

RGB 207 199 73 -
CMYK 0 0.04 0.65 0.19
HSL 56.42º 0.58% 0.55% -
HSV(B) 56.42º 0.65% 0.81% -
XYZ 47.36 54.59 14.34 -
YUV 187.03 63.65 142.25 -
System Red Green Blue C M Y K H S L
Decimal 207 199 73 0 0.04 0.65 0.19 56.42 0.58 0.55
Hex CF C7 49 0 4 41 13 38 3A 37
Octal 317 307 111 0 4 101 23 70 72 67
Binary 11001111 11000111 1001001 0 100 1000001 10011 111000 111010 110111

Color Harmonies of #CFC749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC749

Black with #CFC749

Text Example


Text Example

White with #CFC749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC749; }

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

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

background-color css

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

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

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

border-color css

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

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

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