Html Css Color HEX #CCB051 Sundance

📋 copy color: '#CCB051'

red 204 ◦ green 176 ◦ blue 81

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

Shades of Sundance #CCB051

Tints of Sundance #CCB051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.57%

R = 44.25%
G = 38.18%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CCB051 (or 0xCCB051) is known color: Sundance. HEX triplet: CC, B0 and 51. RGB value is (204,176,81). Sum of RGB (Red+Green+Blue) = 204+176+81=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB051 is #334FAE. Grayscale: #ADADAD. Windows color (decimal): -3362735 or 5353676. OLE color: 5353676.

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

Color convert

RGB 204 176 81 -
CMYK 0 0.14 0.60 0.2
HSL 46.34º 0.55% 0.56% -
HSV(B) 46.34º 0.6% 0.8% -
XYZ 41.91 44.48 14.16 -
YUV 173.54 75.78 149.72 -
System Red Green Blue C M Y K H S L
Decimal 204 176 81 0 0.14 0.60 0.2 46.34 0.55 0.56
Hex CC B0 51 0 E 3C 14 2E 37 38
Octal 314 260 121 0 16 74 24 56 67 70
Binary 11001100 10110000 1010001 0 1110 111100 10100 101110 110111 111000

Color Harmonies of #CCB051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB051

Black with #CCB051

Text Example


Text Example

White with #CCB051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB051; }

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

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

background-color css

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

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

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

border-color css

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

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

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