Html Css Color HEX #CFCA30 Wattle

📋 copy color: '#CFCA30'

red 207 ◦ green 202 ◦ blue 48

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

Shades of Wattle #CFCA30

Tints of Wattle #CFCA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.5%

R = 45.3%
G = 44.2%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CFCA30 (or 0xCFCA30) is known color: Wattle. HEX triplet: CF, CA and 30. RGB value is (207,202,48). Sum of RGB (Red+Green+Blue) = 207+202+48=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA30 is #3035CF. Grayscale: #BABABA. Windows color (decimal): -3159504 or 3197647. OLE color: 3197647.

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

Color convert

RGB 207 202 48 -
CMYK 0 0.02 0.77 0.19
HSL 58.11º 0.62% 0.5% -
HSV(B) 58.11º 0.77% 0.81% -
XYZ 47.39 55.72 11.05 -
YUV 185.94 50.16 143.02 -
System Red Green Blue C M Y K H S L
Decimal 207 202 48 0 0.02 0.77 0.19 58.11 0.62 0.5
Hex CF CA 30 0 2 4D 13 3A 3E 32
Octal 317 312 60 0 2 115 23 72 76 62
Binary 11001111 11001010 110000 0 10 1001101 10011 111010 111110 110010

Color Harmonies of #CFCA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA30

Black with #CFCA30

Text Example


Text Example

White with #CFCA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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