Html Css Color HEX #CFC349 Wattle

📋 copy color: '#CFC349'

red 207 ◦ green 195 ◦ blue 73

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

Shades of Wattle #CFC349

Tints of Wattle #CFC349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.05%

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

R = 43.58%
G = 41.05%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CFC349 (or 0xCFC349) is known color: Wattle. HEX triplet: CF, C3 and 49. RGB value is (207,195,73). Sum of RGB (Red+Green+Blue) = 207+195+73=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC349 is #303CB6. Grayscale: #B9B9B9. Windows color (decimal): -3161271 or 4834255. OLE color: 4834255.

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

Color convert

RGB 207 195 73 -
CMYK 0 0.06 0.65 0.19
HSL 54.63º 0.58% 0.55% -
HSV(B) 54.63º 0.65% 0.81% -
XYZ 46.45 52.78 14.04 -
YUV 184.68 64.98 143.92 -
System Red Green Blue C M Y K H S L
Decimal 207 195 73 0 0.06 0.65 0.19 54.63 0.58 0.55
Hex CF C3 49 0 6 41 13 37 3A 37
Octal 317 303 111 0 6 101 23 67 72 67
Binary 11001111 11000011 1001001 0 110 1000001 10011 110111 111010 110111

Color Harmonies of #CFC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC349

Black with #CFC349

Text Example


Text Example

White with #CFC349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC349; }

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

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

background-color css

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

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

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

border-color css

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

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

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