#CFA74C

Color #CFA74C Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #CFA74C

Tints of Sundance #CFA74C

Color information

#CFA74C (or 0xCFA74C) is unknown color: approx Sundance. HEX triplet: CF, A7 and 4C. RGB value is (207,167,76). Sum of RGB (Red+Green+Blue) = 207+167+76=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA74C is #3058B3. Grayscale: #A8A8A8. Windows color (decimal): -3168436 or 5023695. OLE color: 5023695.

HSL color Cylindrical-coordinate representation of color #CFA74C: hue angle of 41.68º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFA74C is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB20716776-
CMYK00.190.630.19
HSL41.68º57.71%55.49%-
HSV(B)41.68º63.29%81.18%-
XYZ40.8641.4212.68-
YUV168.5975.75155.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46%
GREEN value IS 167 (65.62% from 255) = 37.11%
BLUE value IS 76 (30.08% from 255) = 16.89%
R=46%
G=37.11%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071677600.190.630.1941.6857.7155.49
HexCFA74C0133F132a3a37
Octal3172471140237723527267
Binary1100111110100111100110001001111111110011101010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA74C; }

 p { color: rgb(207,167,76); }

 H1.HeaderClassName
 {
   color: #CFA74C;
 }
 .AnyTagClassName
 {
   color: #CFA74C;
 }
</style>
background-color css

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

 a { background-color: rgb(207,167,76); }

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

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

 span { border-color: rgb(207,167,76); }

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