Html Css Color HEX #CCB14B Sundance

📋 copy color: '#CCB14B'

red 204 ◦ green 177 ◦ blue 75

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

Shades of Sundance #CCB14B

Tints of Sundance #CCB14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.45%

R = 44.74%
G = 38.82%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCB14B (or 0xCCB14B) is known color: Sundance. HEX triplet: CC, B1 and 4B. RGB value is (204,177,75). Sum of RGB (Red+Green+Blue) = 204+177+75=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB14B is #334EB4. Grayscale: #ADADAD. Windows color (decimal): -3362485 or 4960716. OLE color: 4960716.

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

Color convert

RGB 204 177 75 -
CMYK 0 0.13 0.63 0.2
HSL 47.44º 0.56% 0.55% -
HSV(B) 47.44º 0.63% 0.8% -
XYZ 41.89 44.79 13.09 -
YUV 173.45 72.45 149.79 -
System Red Green Blue C M Y K H S L
Decimal 204 177 75 0 0.13 0.63 0.2 47.44 0.56 0.55
Hex CC B1 4B 0 D 3F 14 2F 38 37
Octal 314 261 113 0 15 77 24 57 70 67
Binary 11001100 10110001 1001011 0 1101 111111 10100 101111 111000 110111

Color Harmonies of #CCB14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB14B

Black with #CCB14B

Text Example


Text Example

White with #CCB14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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