Html Css Color HEX #CCB381 Yuma

📋 copy color: '#CCB381'

red 204 ◦ green 179 ◦ blue 129

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

Shades of Yuma #CCB381

Tints of Yuma #CCB381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.2%

R = 39.84%
G = 34.96%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCB381 (or 0xCCB381) is known color: Yuma. HEX triplet: CC, B3 and 81. RGB value is (204,179,129). Sum of RGB (Red+Green+Blue) = 204+179+129=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB381 is #334C7E. Grayscale: #B5B5B5. Windows color (decimal): -3361919 or 8500172. OLE color: 8500172.

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

Color convert

RGB 204 179 129 -
CMYK 0 0.12 0.37 0.2
HSL 40º 0.42% 0.65% -
HSV(B) 40º 0.37% 0.8% -
XYZ 44.98 46.66 27.4 -
YUV 180.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 204 179 129 0 0.12 0.37 0.2 40 0.42 0.65
Hex CC B3 81 0 C 25 14 28 2A 41
Octal 314 263 201 0 14 45 24 50 52 101
Binary 11001100 10110011 10000001 0 1100 100101 10100 101000 101010 1000001

Color Harmonies of #CCB381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB381

Black with #CCB381

Text Example


Text Example

White with #CCB381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB381; }

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

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

background-color css

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

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

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

border-color css

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

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

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