Html Css Color HEX #CFC741 Wattle

📋 copy color: '#CFC741'

red 207 ◦ green 199 ◦ blue 65

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

Shades of Wattle #CFC741

Tints of Wattle #CFC741

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.25%

 BLUE value IS 65 (25.78% from 255) = 13.8%

R = 43.95%
G = 42.25%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFC741 (or 0xCFC741) is known color: Wattle. HEX triplet: CF, C7 and 41. RGB value is (207,199,65). Sum of RGB (Red+Green+Blue) = 207+199+65=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC741 is #3038BE. Grayscale: #BABABA. Windows color (decimal): -3160255 or 4310991. OLE color: 4310991.

HSL color Cylindrical-coordinate representation of color #CFC741: hue angle of 56.62º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFC741 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 199 65 -
CMYK 0 0.04 0.69 0.19
HSL 56.62º 0.6% 0.53% -
HSV(B) 56.62º 0.69% 0.81% -
XYZ 47.11 54.49 13.04 -
YUV 186.12 59.65 142.9 -
System Red Green Blue C M Y K H S L
Decimal 207 199 65 0 0.04 0.69 0.19 56.62 0.6 0.53
Hex CF C7 41 0 4 45 13 39 3C 35
Octal 317 307 101 0 4 105 23 71 74 65
Binary 11001111 11000111 1000001 0 100 1000101 10011 111001 111100 110101

Color Harmonies of #CFC741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC741

Black with #CFC741

Text Example


Text Example

White with #CFC741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC741; }

 p { color: rgb(207,199,65); }

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

background-color css

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

 a { background-color: rgb(207,199,65); }

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

border-color css

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

 span { border-color: rgb(207,199,65); }

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