Html Css Color HEX #CCB57D Yuma

📋 copy color: '#CCB57D'

red 204 ◦ green 181 ◦ blue 125

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

Shades of Yuma #CCB57D

Tints of Yuma #CCB57D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.49%

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

R = 40%
G = 35.49%
B = 24.51%

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

#CCB57D (or 0xCCB57D) is known color: Yuma. HEX triplet: CC, B5 and 7D. RGB value is (204,181,125). Sum of RGB (Red+Green+Blue) = 204+181+125=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB57D is #334A82. Grayscale: #B5B5B5. Windows color (decimal): -3361411 or 8238540. OLE color: 8238540.

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

Color convert

RGB 204 181 125 -
CMYK 0 0.11 0.39 0.2
HSL 42.53º 0.44% 0.65% -
HSV(B) 42.53º 0.39% 0.8% -
XYZ 45.13 47.37 26.17 -
YUV 181.49 96.12 144.05 -
System Red Green Blue C M Y K H S L
Decimal 204 181 125 0 0.11 0.39 0.2 42.53 0.44 0.65
Hex CC B5 7D 0 B 27 14 2B 2C 41
Octal 314 265 175 0 13 47 24 53 54 101
Binary 11001100 10110101 1111101 0 1011 100111 10100 101011 101100 1000001

Color Harmonies of #CCB57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB57D

Black with #CCB57D

Text Example


Text Example

White with #CCB57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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