Html Css Color HEX #CBD379 Deco

📋 copy color: '#CBD379'

red 203 ◦ green 211 ◦ blue 121

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

Shades of Deco #CBD379

Tints of Deco #CBD379

RGB

 RED value IS 203 (79.69% from 255) = 37.94%

 GREEN value IS 211 (82.81% from 255) = 39.44%

 BLUE value IS 121 (47.66% from 255) = 22.62%

R = 37.94%
G = 39.44%
B = 22.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#CBD379 (or 0xCBD379) is known color: Deco. HEX triplet: CB, D3 and 79. RGB value is (203,211,121). Sum of RGB (Red+Green+Blue) = 203+211+121=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD379 is #342C86. Grayscale: #C6C6C6. Windows color (decimal): -3419271 or 7984075. OLE color: 7984075.

HSL color Cylindrical-coordinate representation of color #CBD379: hue angle of 65.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBD379 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 211 121 -
CMYK 0.04 0 0.43 0.17
HSL 65.33º 0.51% 0.65% -
HSV(B) 65.33º 0.43% 0.83% -
XYZ 51.37 60.67 27.09 -
YUV 198.35 84.35 131.32 -
System Red Green Blue C M Y K H S L
Decimal 203 211 121 0.04 0 0.43 0.17 65.33 0.51 0.65
Hex CB D3 79 4 0 2B 11 41 33 41
Octal 313 323 171 4 0 53 21 101 63 101
Binary 11001011 11010011 1111001 100 0 101011 10001 1000001 110011 1000001

Color Harmonies of #CBD379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD379

Black with #CBD379

Text Example


Text Example

White with #CBD379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD379; }

 p { color: rgb(203,211,121); }

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

background-color css

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

 a { background-color: rgb(203,211,121); }

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

border-color css

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

 span { border-color: rgb(203,211,121); }

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