Html Css Color HEX #CCB67D Yuma

📋 copy color: '#CCB67D'

red 204 ◦ green 182 ◦ blue 125

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

Shades of Yuma #CCB67D

Tints of Yuma #CCB67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.46%

R = 39.92%
G = 35.62%
B = 24.46%

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

#CCB67D (or 0xCCB67D) is known color: Yuma. HEX triplet: CC, B6 and 7D. RGB value is (204,182,125). Sum of RGB (Red+Green+Blue) = 204+182+125=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB67D is #334982. Grayscale: #B6B6B6. Windows color (decimal): -3361155 or 8238796. OLE color: 8238796.

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

Color convert

RGB 204 182 125 -
CMYK 0 0.11 0.39 0.2
HSL 43.29º 0.44% 0.65% -
HSV(B) 43.29º 0.39% 0.8% -
XYZ 45.33 47.77 26.23 -
YUV 182.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 204 182 125 0 0.11 0.39 0.2 43.29 0.44 0.65
Hex CC B6 7D 0 B 27 14 2B 2C 41
Octal 314 266 175 0 13 47 24 53 54 101
Binary 11001100 10110110 1111101 0 1011 100111 10100 101011 101100 1000001

Color Harmonies of #CCB67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB67D

Black with #CCB67D

Text Example


Text Example

White with #CCB67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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