Html Css Color HEX #CFC331 Wattle

📋 copy color: '#CFC331'

red 207 ◦ green 195 ◦ blue 49

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

Shades of Wattle #CFC331

Tints of Wattle #CFC331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.86%

R = 45.9%
G = 43.24%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CFC331 (or 0xCFC331) is known color: Wattle. HEX triplet: CF, C3 and 31. RGB value is (207,195,49). Sum of RGB (Red+Green+Blue) = 207+195+49=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC331 is #303CCE. Grayscale: #B6B6B6. Windows color (decimal): -3161295 or 3261391. OLE color: 3261391.

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

Color convert

RGB 207 195 49 -
CMYK 0 0.06 0.76 0.19
HSL 55.44º 0.62% 0.5% -
HSV(B) 55.44º 0.76% 0.81% -
XYZ 45.8 52.52 10.63 -
YUV 181.94 52.98 145.87 -
System Red Green Blue C M Y K H S L
Decimal 207 195 49 0 0.06 0.76 0.19 55.44 0.62 0.5
Hex CF C3 31 0 6 4C 13 37 3E 32
Octal 317 303 61 0 6 114 23 67 76 62
Binary 11001111 11000011 110001 0 110 1001100 10011 110111 111110 110010

Color Harmonies of #CFC331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC331

Black with #CFC331

Text Example


Text Example

White with #CFC331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC331; }

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

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

background-color css

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

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

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

border-color css

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

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

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