Html Css Color HEX #CCB04D Sundance

📋 copy color: '#CCB04D'

red 204 ◦ green 176 ◦ blue 77

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

Shades of Sundance #CCB04D

Tints of Sundance #CCB04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.85%

R = 44.64%
G = 38.51%
B = 16.85%

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

#CCB04D (or 0xCCB04D) is known color: Sundance. HEX triplet: CC, B0 and 4D. RGB value is (204,176,77). Sum of RGB (Red+Green+Blue) = 204+176+77=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB04D is #334FB2. Grayscale: #ADADAD. Windows color (decimal): -3362739 or 5091532. OLE color: 5091532.

HSL color Cylindrical-coordinate representation of color #CCB04D: hue angle of 46.77º 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 #CCB04D is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 77 -
CMYK 0 0.14 0.62 0.2
HSL 46.77º 0.55% 0.55% -
HSV(B) 46.77º 0.62% 0.8% -
XYZ 41.77 44.42 13.39 -
YUV 173.09 73.78 150.05 -
System Red Green Blue C M Y K H S L
Decimal 204 176 77 0 0.14 0.62 0.2 46.77 0.55 0.55
Hex CC B0 4D 0 E 3E 14 2F 37 37
Octal 314 260 115 0 16 76 24 57 67 67
Binary 11001100 10110000 1001101 0 1110 111110 10100 101111 110111 110111

Color Harmonies of #CCB04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB04D

Black with #CCB04D

Text Example


Text Example

White with #CCB04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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