Html Css Color HEX #CCB67C Yuma

📋 copy color: '#CCB67C'

red 204 ◦ green 182 ◦ blue 124

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

Shades of Yuma #CCB67C

Tints of Yuma #CCB67C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.69%

 BLUE value IS 124 (48.83% from 255) = 24.31%

R = 40%
G = 35.69%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CCB67C (or 0xCCB67C) is known color: Yuma. HEX triplet: CC, B6 and 7C. RGB value is (204,182,124). Sum of RGB (Red+Green+Blue) = 204+182+124=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB67C is #334983. Grayscale: #B6B6B6. Windows color (decimal): -3361156 or 8173260. OLE color: 8173260.

HSL color Cylindrical-coordinate representation of color #CCB67C: hue angle of 43.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCB67C is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 124 -
CMYK 0 0.11 0.39 0.2
HSL 43.5º 0.44% 0.64% -
HSV(B) 43.5º 0.39% 0.8% -
XYZ 45.27 47.75 25.9 -
YUV 181.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 204 182 124 0 0.11 0.39 0.2 43.5 0.44 0.64
Hex CC B6 7C 0 B 27 14 2C 2C 40
Octal 314 266 174 0 13 47 24 54 54 100
Binary 11001100 10110110 1111100 0 1011 100111 10100 101100 101100 1000000

Color Harmonies of #CCB67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB67C

Black with #CCB67C

Text Example


Text Example

White with #CCB67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB67C; }

 p { color: rgb(204,182,124); }

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

background-color css

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

 a { background-color: rgb(204,182,124); }

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

border-color css

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

 span { border-color: rgb(204,182,124); }

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