Html Css Color HEX #CFC72F Wattle

📋 copy color: '#CFC72F'

red 207 ◦ green 199 ◦ blue 47

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

Shades of Wattle #CFC72F

Tints of Wattle #CFC72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.38%

R = 45.7%
G = 43.93%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CFC72F (or 0xCFC72F) is known color: Wattle. HEX triplet: CF, C7 and 2F. RGB value is (207,199,47). Sum of RGB (Red+Green+Blue) = 207+199+47=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 47 (18.75% from 255 or 10.38% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC72F is #3038D0. Grayscale: #B8B8B8. Windows color (decimal): -3160273 or 3131343. OLE color: 3131343.

HSL color Cylindrical-coordinate representation of color #CFC72F: hue angle of 57º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFC72F is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 199 47 -
CMYK 0 0.04 0.77 0.19
HSL 57º 0.63% 0.5% -
HSV(B) 57º 0.77% 0.81% -
XYZ 46.67 54.32 10.71 -
YUV 184.06 50.65 144.36 -
System Red Green Blue C M Y K H S L
Decimal 207 199 47 0 0.04 0.77 0.19 57 0.63 0.5
Hex CF C7 2F 0 4 4D 13 39 3F 32
Octal 317 307 57 0 4 115 23 71 77 62
Binary 11001111 11000111 101111 0 100 1001101 10011 111001 111111 110010

Color Harmonies of #CFC72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC72F

Black with #CFC72F

Text Example


Text Example

White with #CFC72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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