Html Css Color HEX #CCB74D Sundance

📋 copy color: '#CCB74D'

red 204 ◦ green 183 ◦ blue 77

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

Shades of Sundance #CCB74D

Tints of Sundance #CCB74D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.44%

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

R = 43.97%
G = 39.44%
B = 16.59%

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

#CCB74D (or 0xCCB74D) is known color: Sundance. HEX triplet: CC, B7 and 4D. RGB value is (204,183,77). Sum of RGB (Red+Green+Blue) = 204+183+77=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB74D is #3348B2. Grayscale: #B1B1B1. Windows color (decimal): -3360947 or 5093324. OLE color: 5093324.

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

Color convert

RGB 204 183 77 -
CMYK 0 0.10 0.62 0.2
HSL 50.08º 0.55% 0.55% -
HSV(B) 50.08º 0.62% 0.8% -
XYZ 43.17 47.24 13.86 -
YUV 177.2 71.46 147.12 -
System Red Green Blue C M Y K H S L
Decimal 204 183 77 0 0.10 0.62 0.2 50.08 0.55 0.55
Hex CC B7 4D 0 A 3E 14 32 37 37
Octal 314 267 115 0 12 76 24 62 67 67
Binary 11001100 10110111 1001101 0 1010 111110 10100 110010 110111 110111

Color Harmonies of #CCB74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB74D

Black with #CCB74D

Text Example


Text Example

White with #CCB74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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