Html Css Color HEX #CCB04E Sundance

📋 copy color: '#CCB04E'

red 204 ◦ green 176 ◦ blue 78

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

Shades of Sundance #CCB04E

Tints of Sundance #CCB04E

RGB

 RED value IS 204 (80.08% from 255) = 44.54%

 GREEN value IS 176 (69.14% from 255) = 38.43%

 BLUE value IS 78 (30.86% from 255) = 17.03%

R = 44.54%
G = 38.43%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCB04E (or 0xCCB04E) is known color: Sundance. HEX triplet: CC, B0 and 4E. RGB value is (204,176,78). Sum of RGB (Red+Green+Blue) = 204+176+78=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 78 (30.86% from 255 or 17.03% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB04E is #334FB1. Grayscale: #ADADAD. Windows color (decimal): -3362738 or 5157068. OLE color: 5157068.

HSL color Cylindrical-coordinate representation of color #CCB04E: hue angle of 46.67º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCB04E is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 78 -
CMYK 0 0.14 0.62 0.2
HSL 46.67º 0.55% 0.55% -
HSV(B) 46.67º 0.62% 0.8% -
XYZ 41.8 44.44 13.58 -
YUV 173.2 74.28 149.97 -
System Red Green Blue C M Y K H S L
Decimal 204 176 78 0 0.14 0.62 0.2 46.67 0.55 0.55
Hex CC B0 4E 0 E 3E 14 2F 37 37
Octal 314 260 116 0 16 76 24 57 67 67
Binary 11001100 10110000 1001110 0 1110 111110 10100 101111 110111 110111

Color Harmonies of #CCB04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB04E

Black with #CCB04E

Text Example


Text Example

White with #CCB04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB04E; }

 p { color: rgb(204,176,78); }

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

background-color css

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

 a { background-color: rgb(204,176,78); }

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

border-color css

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

 span { border-color: rgb(204,176,78); }

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