Html Css Color HEX #CFCA31 Wattle

📋 copy color: '#CFCA31'

red 207 ◦ green 202 ◦ blue 49

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

Shades of Wattle #CFCA31

Tints of Wattle #CFCA31

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.1%

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

R = 45.2%
G = 44.1%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CFCA31 (or 0xCFCA31) is known color: Wattle. HEX triplet: CF, CA and 31. RGB value is (207,202,49). Sum of RGB (Red+Green+Blue) = 207+202+49=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA31 is #3035CE. Grayscale: #BABABA. Windows color (decimal): -3159503 or 3263183. OLE color: 3263183.

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

Color convert

RGB 207 202 49 -
CMYK 0 0.02 0.76 0.19
HSL 58.1º 0.62% 0.5% -
HSV(B) 58.1º 0.76% 0.81% -
XYZ 47.41 55.73 11.16 -
YUV 186.05 50.66 142.94 -
System Red Green Blue C M Y K H S L
Decimal 207 202 49 0 0.02 0.76 0.19 58.1 0.62 0.5
Hex CF CA 31 0 2 4C 13 3A 3E 32
Octal 317 312 61 0 2 114 23 72 76 62
Binary 11001111 11001010 110001 0 10 1001100 10011 111010 111110 110010

Color Harmonies of #CFCA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA31

Black with #CFCA31

Text Example


Text Example

White with #CFCA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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