Html Css Color HEX #CCBD7D Yuma

📋 copy color: '#CCBD7D'

red 204 ◦ green 189 ◦ blue 125

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

Shades of Yuma #CCBD7D

Tints of Yuma #CCBD7D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.49%

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

R = 39.38%
G = 36.49%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CCBD7D (or 0xCCBD7D) is known color: Yuma. HEX triplet: CC, BD and 7D. RGB value is (204,189,125). Sum of RGB (Red+Green+Blue) = 204+189+125=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBD7D is #334282. Grayscale: #BABABA. Windows color (decimal): -3359363 or 8240588. OLE color: 8240588.

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

Color convert

RGB 204 189 125 -
CMYK 0 0.07 0.39 0.2
HSL 48.61º 0.44% 0.65% -
HSV(B) 48.61º 0.39% 0.8% -
XYZ 46.8 50.71 26.72 -
YUV 186.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 204 189 125 0 0.07 0.39 0.2 48.61 0.44 0.65
Hex CC BD 7D 0 7 27 14 31 2C 41
Octal 314 275 175 0 7 47 24 61 54 101
Binary 11001100 10111101 1111101 0 111 100111 10100 110001 101100 1000001

Color Harmonies of #CCBD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD7D

Black with #CCBD7D

Text Example


Text Example

White with #CCBD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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