Html Css Color HEX #CCB14F Sundance

📋 copy color: '#CCB14F'

red 204 ◦ green 177 ◦ blue 79

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

Shades of Sundance #CCB14F

Tints of Sundance #CCB14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.17%

R = 44.35%
G = 38.48%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCB14F (or 0xCCB14F) is known color: Sundance. HEX triplet: CC, B1 and 4F. RGB value is (204,177,79). Sum of RGB (Red+Green+Blue) = 204+177+79=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB14F is #334EB0. Grayscale: #AEAEAE. Windows color (decimal): -3362481 or 5222860. OLE color: 5222860.

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

Color convert

RGB 204 177 79 -
CMYK 0 0.13 0.61 0.2
HSL 47.04º 0.55% 0.55% -
HSV(B) 47.04º 0.61% 0.8% -
XYZ 42.04 44.85 13.84 -
YUV 173.9 74.45 149.47 -
System Red Green Blue C M Y K H S L
Decimal 204 177 79 0 0.13 0.61 0.2 47.04 0.55 0.55
Hex CC B1 4F 0 D 3D 14 2F 37 37
Octal 314 261 117 0 15 75 24 57 67 67
Binary 11001100 10110001 1001111 0 1101 111101 10100 101111 110111 110111

Color Harmonies of #CCB14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB14F

Black with #CCB14F

Text Example


Text Example

White with #CCB14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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