Html Css Color HEX #CCB046 Sundance

📋 copy color: '#CCB046'

red 204 ◦ green 176 ◦ blue 70

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

Shades of Sundance #CCB046

Tints of Sundance #CCB046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.56%

R = 45.33%
G = 39.11%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCB046 (or 0xCCB046) is known color: Sundance. HEX triplet: CC, B0 and 46. RGB value is (204,176,70). Sum of RGB (Red+Green+Blue) = 204+176+70=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB046 is #334FB9. Grayscale: #ACACAC. Windows color (decimal): -3362746 or 4632780. OLE color: 4632780.

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

Color convert

RGB 204 176 70 -
CMYK 0 0.14 0.66 0.2
HSL 47.46º 0.57% 0.54% -
HSV(B) 47.46º 0.66% 0.8% -
XYZ 41.53 44.33 12.16 -
YUV 172.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 204 176 70 0 0.14 0.66 0.2 47.46 0.57 0.54
Hex CC B0 46 0 E 42 14 2F 39 36
Octal 314 260 106 0 16 102 24 57 71 66
Binary 11001100 10110000 1000110 0 1110 1000010 10100 101111 111001 110110

Color Harmonies of #CCB046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB046

Black with #CCB046

Text Example


Text Example

White with #CCB046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB046; }

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

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

background-color css

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

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

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

border-color css

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

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

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