Html Css Color HEX #CCB151 Sundance

📋 copy color: '#CCB151'

red 204 ◦ green 177 ◦ blue 81

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

Shades of Sundance #CCB151

Tints of Sundance #CCB151

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.31%

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

R = 44.16%
G = 38.31%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CCB151 (or 0xCCB151) is known color: Sundance. HEX triplet: CC, B1 and 51. RGB value is (204,177,81). Sum of RGB (Red+Green+Blue) = 204+177+81=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB151 is #334EAE. Grayscale: #AEAEAE. Windows color (decimal): -3362479 or 5353932. OLE color: 5353932.

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

Color convert

RGB 204 177 81 -
CMYK 0 0.13 0.60 0.2
HSL 46.83º 0.55% 0.56% -
HSV(B) 46.83º 0.6% 0.8% -
XYZ 42.11 44.88 14.23 -
YUV 174.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 204 177 81 0 0.13 0.60 0.2 46.83 0.55 0.56
Hex CC B1 51 0 D 3C 14 2F 37 38
Octal 314 261 121 0 15 74 24 57 67 70
Binary 11001100 10110001 1010001 0 1101 111100 10100 101111 110111 111000

Color Harmonies of #CCB151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB151

Black with #CCB151

Text Example


Text Example

White with #CCB151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB151; }

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

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

background-color css

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

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

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

border-color css

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

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

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