Html Css Color HEX #CCBC74 Yuma

📋 copy color: '#CCBC74'

red 204 ◦ green 188 ◦ blue 116

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

Shades of Yuma #CCBC74

Tints of Yuma #CCBC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.01%

 BLUE value IS 116 (45.7% from 255) = 22.83%

R = 40.16%
G = 37.01%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCBC74 (or 0xCCBC74) is known color: Yuma. HEX triplet: CC, BC and 74. RGB value is (204,188,116). Sum of RGB (Red+Green+Blue) = 204+188+116=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC74 is #33438B. Grayscale: #B8B8B8. Windows color (decimal): -3359628 or 7650508. OLE color: 7650508.

HSL color Cylindrical-coordinate representation of color #CCBC74: hue angle of 49.09º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCBC74 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 116 -
CMYK 0 0.08 0.43 0.2
HSL 49.09º 0.46% 0.63% -
HSV(B) 49.09º 0.43% 0.8% -
XYZ 46.04 50.06 23.76 -
YUV 184.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 204 188 116 0 0.08 0.43 0.2 49.09 0.46 0.63
Hex CC BC 74 0 8 2B 14 31 2E 3F
Octal 314 274 164 0 10 53 24 61 56 77
Binary 11001100 10111100 1110100 0 1000 101011 10100 110001 101110 111111

Color Harmonies of #CCBC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC74

Black with #CCBC74

Text Example


Text Example

White with #CCBC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC74; }

 p { color: rgb(204,188,116); }

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

background-color css

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

 a { background-color: rgb(204,188,116); }

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

border-color css

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

 span { border-color: rgb(204,188,116); }

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