Html Css Color HEX #CCB251 Sundance

📋 copy color: '#CCB251'

red 204 ◦ green 178 ◦ blue 81

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

Shades of Sundance #CCB251

Tints of Sundance #CCB251

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.44%

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

R = 44.06%
G = 38.44%
B = 17.49%

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

#CCB251 (or 0xCCB251) is known color: Sundance. HEX triplet: CC, B2 and 51. RGB value is (204,178,81). Sum of RGB (Red+Green+Blue) = 204+178+81=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB251 is #334DAE. Grayscale: #AFAFAF. Windows color (decimal): -3362223 or 5354188. OLE color: 5354188.

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

Color convert

RGB 204 178 81 -
CMYK 0 0.13 0.60 0.2
HSL 47.32º 0.55% 0.56% -
HSV(B) 47.32º 0.6% 0.8% -
XYZ 42.31 45.27 14.29 -
YUV 174.72 75.11 148.89 -
System Red Green Blue C M Y K H S L
Decimal 204 178 81 0 0.13 0.60 0.2 47.32 0.55 0.56
Hex CC B2 51 0 D 3C 14 2F 37 38
Octal 314 262 121 0 15 74 24 57 67 70
Binary 11001100 10110010 1010001 0 1101 111100 10100 101111 110111 111000

Color Harmonies of #CCB251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB251

Black with #CCB251

Text Example


Text Example

White with #CCB251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB251; }

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

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

background-color css

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

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

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

border-color css

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

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

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