Html Css Color HEX #CCB34B Sundance

📋 copy color: '#CCB34B'

red 204 ◦ green 179 ◦ blue 75

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

Shades of Sundance #CCB34B

Tints of Sundance #CCB34B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.08%

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

R = 44.54%
G = 39.08%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCB34B (or 0xCCB34B) is known color: Sundance. HEX triplet: CC, B3 and 4B. RGB value is (204,179,75). Sum of RGB (Red+Green+Blue) = 204+179+75=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB34B is #334CB4. Grayscale: #AFAFAF. Windows color (decimal): -3361973 or 4961228. OLE color: 4961228.

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

Color convert

RGB 204 179 75 -
CMYK 0 0.12 0.63 0.2
HSL 48.37º 0.56% 0.55% -
HSV(B) 48.37º 0.63% 0.8% -
XYZ 42.29 45.59 13.23 -
YUV 174.62 71.78 148.96 -
System Red Green Blue C M Y K H S L
Decimal 204 179 75 0 0.12 0.63 0.2 48.37 0.56 0.55
Hex CC B3 4B 0 C 3F 14 30 38 37
Octal 314 263 113 0 14 77 24 60 70 67
Binary 11001100 10110011 1001011 0 1100 111111 10100 110000 111000 110111

Color Harmonies of #CCB34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB34B

Black with #CCB34B

Text Example


Text Example

White with #CCB34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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