Html Css Color HEX #CCB84D Sundance

📋 copy color: '#CCB84D'

red 204 ◦ green 184 ◦ blue 77

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

Shades of Sundance #CCB84D

Tints of Sundance #CCB84D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.57%

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

R = 43.87%
G = 39.57%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCB84D (or 0xCCB84D) is known color: Sundance. HEX triplet: CC, B8 and 4D. RGB value is (204,184,77). Sum of RGB (Red+Green+Blue) = 204+184+77=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB84D is #3347B2. Grayscale: #B2B2B2. Windows color (decimal): -3360691 or 5093580. OLE color: 5093580.

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

Color convert

RGB 204 184 77 -
CMYK 0 0.10 0.62 0.2
HSL 50.55º 0.55% 0.55% -
HSV(B) 50.55º 0.62% 0.8% -
XYZ 43.38 47.65 13.93 -
YUV 177.78 71.13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 204 184 77 0 0.10 0.62 0.2 50.55 0.55 0.55
Hex CC B8 4D 0 A 3E 14 33 37 37
Octal 314 270 115 0 12 76 24 63 67 67
Binary 11001100 10111000 1001101 0 1010 111110 10100 110011 110111 110111

Color Harmonies of #CCB84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB84D

Black with #CCB84D

Text Example


Text Example

White with #CCB84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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