Html Css Color HEX #CCB148 Sundance

📋 copy color: '#CCB148'

red 204 ◦ green 177 ◦ blue 72

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

Shades of Sundance #CCB148

Tints of Sundance #CCB148

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.07%

 BLUE value IS 72 (28.52% from 255) = 15.89%

R = 45.03%
G = 39.07%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCB148 (or 0xCCB148) is known color: Sundance. HEX triplet: CC, B1 and 48. RGB value is (204,177,72). Sum of RGB (Red+Green+Blue) = 204+177+72=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB148 is #334EB7. Grayscale: #ADADAD. Windows color (decimal): -3362488 or 4764108. OLE color: 4764108.

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

Color convert

RGB 204 177 72 -
CMYK 0 0.13 0.65 0.2
HSL 47.73º 0.56% 0.54% -
HSV(B) 47.73º 0.65% 0.8% -
XYZ 41.79 44.75 12.57 -
YUV 173.1 70.95 150.04 -
System Red Green Blue C M Y K H S L
Decimal 204 177 72 0 0.13 0.65 0.2 47.73 0.56 0.54
Hex CC B1 48 0 D 41 14 30 38 36
Octal 314 261 110 0 15 101 24 60 70 66
Binary 11001100 10110001 1001000 0 1101 1000001 10100 110000 111000 110110

Color Harmonies of #CCB148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB148

Black with #CCB148

Text Example


Text Example

White with #CCB148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB148; }

 p { color: rgb(204,177,72); }

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

background-color css

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

 a { background-color: rgb(204,177,72); }

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

border-color css

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

 span { border-color: rgb(204,177,72); }

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