Html Css Color HEX #CFC648 Wattle

📋 copy color: '#CFC648'

red 207 ◦ green 198 ◦ blue 72

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

Shades of Wattle #CFC648

Tints of Wattle #CFC648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.51%

 BLUE value IS 72 (28.52% from 255) = 15.09%

R = 43.4%
G = 41.51%
B = 15.09%

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

#CFC648 (or 0xCFC648) is known color: Wattle. HEX triplet: CF, C6 and 48. RGB value is (207,198,72). Sum of RGB (Red+Green+Blue) = 207+198+72=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC648 is #3039B7. Grayscale: #BABABA. Windows color (decimal): -3160504 or 4769487. OLE color: 4769487.

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

Color convert

RGB 207 198 72 -
CMYK 0 0.04 0.65 0.19
HSL 56º 0.58% 0.55% -
HSV(B) 56º 0.65% 0.81% -
XYZ 47.1 54.12 14.1 -
YUV 186.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 207 198 72 0 0.04 0.65 0.19 56 0.58 0.55
Hex CF C6 48 0 4 41 13 38 3A 37
Octal 317 306 110 0 4 101 23 70 72 67
Binary 11001111 11000110 1001000 0 100 1000001 10011 111000 111010 110111

Color Harmonies of #CFC648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC648

Black with #CFC648

Text Example


Text Example

White with #CFC648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC648; }

 p { color: rgb(207,198,72); }

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

background-color css

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

 a { background-color: rgb(207,198,72); }

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

border-color css

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

 span { border-color: rgb(207,198,72); }

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