Html Css Color HEX #CCB449 Sundance

📋 copy color: '#CCB449'

red 204 ◦ green 180 ◦ blue 73

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

Shades of Sundance #CCB449

Tints of Sundance #CCB449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.97%

R = 44.64%
G = 39.39%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCB449 (or 0xCCB449) is known color: Sundance. HEX triplet: CC, B4 and 49. RGB value is (204,180,73). Sum of RGB (Red+Green+Blue) = 204+180+73=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB449 is #334BB6. Grayscale: #AFAFAF. Windows color (decimal): -3361719 or 4830412. OLE color: 4830412.

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

Color convert

RGB 204 180 73 -
CMYK 0 0.12 0.64 0.2
HSL 49.01º 0.56% 0.54% -
HSV(B) 49.01º 0.64% 0.8% -
XYZ 42.43 45.96 12.94 -
YUV 174.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 204 180 73 0 0.12 0.64 0.2 49.01 0.56 0.54
Hex CC B4 49 0 C 40 14 31 38 36
Octal 314 264 111 0 14 100 24 61 70 66
Binary 11001100 10110100 1001001 0 1100 1000000 10100 110001 111000 110110

Color Harmonies of #CCB449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB449

Black with #CCB449

Text Example


Text Example

White with #CCB449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB449; }

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

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

background-color css

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

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

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

border-color css

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

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

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