Html Css Color HEX #CBB249 Sundance

📋 copy color: '#CBB249'

red 203 ◦ green 178 ◦ blue 73

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

Shades of Sundance #CBB249

Tints of Sundance #CBB249

RGB

 RED value IS 203 (79.69% from 255) = 44.71%

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

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

R = 44.71%
G = 39.21%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CBB249 (or 0xCBB249) is known color: Sundance. HEX triplet: CB, B2 and 49. RGB value is (203,178,73). Sum of RGB (Red+Green+Blue) = 203+178+73=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB249 is #344DB6. Grayscale: #ADADAD. Windows color (decimal): -3427767 or 4829899. OLE color: 4829899.

HSL color Cylindrical-coordinate representation of color #CBB249: hue angle of 48.46º 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 #CBB249 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 178 73 -
CMYK 0 0.12 0.64 0.20
HSL 48.46º 0.56% 0.54% -
HSV(B) 48.46º 0.64% 0.8% -
XYZ 41.75 45.02 12.79 -
YUV 173.51 71.28 149.04 -
System Red Green Blue C M Y K H S L
Decimal 203 178 73 0 0.12 0.64 0.20 48.46 0.56 0.54
Hex CB B2 49 0 C 40 14 30 38 36
Octal 313 262 111 0 14 100 24 60 70 66
Binary 11001011 10110010 1001001 0 1100 1000000 10100 110000 111000 110110

Color Harmonies of #CBB249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB249

Black with #CBB249

Text Example


Text Example

White with #CBB249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB249; }

 p { color: rgb(203,178,73); }

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

background-color css

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

 a { background-color: rgb(203,178,73); }

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

border-color css

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

 span { border-color: rgb(203,178,73); }

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