Html Css Color HEX #CCB650 Sundance

📋 copy color: '#CCB650'

red 204 ◦ green 182 ◦ blue 80

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

Shades of Sundance #CCB650

Tints of Sundance #CCB650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.06%

 BLUE value IS 80 (31.64% from 255) = 17.17%

R = 43.78%
G = 39.06%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCB650 (or 0xCCB650) is known color: Sundance. HEX triplet: CC, B6 and 50. RGB value is (204,182,80). Sum of RGB (Red+Green+Blue) = 204+182+80=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB650 is #3349AF. Grayscale: #B1B1B1. Windows color (decimal): -3361200 or 5289676. OLE color: 5289676.

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

Color convert

RGB 204 182 80 -
CMYK 0 0.11 0.61 0.2
HSL 49.35º 0.55% 0.56% -
HSV(B) 49.35º 0.61% 0.8% -
XYZ 43.08 46.87 14.37 -
YUV 176.95 73.29 147.29 -
System Red Green Blue C M Y K H S L
Decimal 204 182 80 0 0.11 0.61 0.2 49.35 0.55 0.56
Hex CC B6 50 0 B 3D 14 31 37 38
Octal 314 266 120 0 13 75 24 61 67 70
Binary 11001100 10110110 1010000 0 1011 111101 10100 110001 110111 111000

Color Harmonies of #CCB650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB650

Black with #CCB650

Text Example


Text Example

White with #CCB650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB650; }

 p { color: rgb(204,182,80); }

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

background-color css

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

 a { background-color: rgb(204,182,80); }

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

border-color css

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

 span { border-color: rgb(204,182,80); }

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