Html Css Color HEX #CCB453 Sundance

📋 copy color: '#CCB453'

red 204 ◦ green 180 ◦ blue 83

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

Shades of Sundance #CCB453

Tints of Sundance #CCB453

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.54%

 BLUE value IS 83 (32.81% from 255) = 17.77%

R = 43.68%
G = 38.54%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CCB453 (or 0xCCB453) is known color: Sundance. HEX triplet: CC, B4 and 53. RGB value is (204,180,83). Sum of RGB (Red+Green+Blue) = 204+180+83=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB453 is #334BAC. Grayscale: #B0B0B0. Windows color (decimal): -3361709 or 5485772. OLE color: 5485772.

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

Color convert

RGB 204 180 83 -
CMYK 0 0.12 0.59 0.2
HSL 48.1º 0.54% 0.56% -
HSV(B) 48.1º 0.59% 0.8% -
XYZ 42.78 46.1 14.83 -
YUV 176.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 204 180 83 0 0.12 0.59 0.2 48.1 0.54 0.56
Hex CC B4 53 0 C 3B 14 30 36 38
Octal 314 264 123 0 14 73 24 60 66 70
Binary 11001100 10110100 1010011 0 1100 111011 10100 110000 110110 111000

Color Harmonies of #CCB453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB453

Black with #CCB453

Text Example


Text Example

White with #CCB453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB453; }

 p { color: rgb(204,180,83); }

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

background-color css

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

 a { background-color: rgb(204,180,83); }

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

border-color css

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

 span { border-color: rgb(204,180,83); }

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