Html Css Color HEX #CDB462 Tacha

📋 copy color: '#CDB462'

red 205 ◦ green 180 ◦ blue 98

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

Shades of Tacha #CDB462

Tints of Tacha #CDB462

RGB

 RED value IS 205 (80.47% from 255) = 42.44%

 GREEN value IS 180 (70.7% from 255) = 37.27%

 BLUE value IS 98 (38.67% from 255) = 20.29%

R = 42.44%
G = 37.27%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CDB462 (or 0xCDB462) is known color: Tacha. HEX triplet: CD, B4 and 62. RGB value is (205,180,98). Sum of RGB (Red+Green+Blue) = 205+180+98=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB462 is #324B9D. Grayscale: #B2B2B2. Windows color (decimal): -3296158 or 6468813. OLE color: 6468813.

HSL color Cylindrical-coordinate representation of color #CDB462: hue angle of 45.98º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDB462 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 180 98 -
CMYK 0 0.12 0.52 0.20
HSL 45.98º 0.52% 0.59% -
HSV(B) 45.98º 0.52% 0.8% -
XYZ 43.7 46.5 18.23 -
YUV 178.13 82.78 147.17 -
System Red Green Blue C M Y K H S L
Decimal 205 180 98 0 0.12 0.52 0.20 45.98 0.52 0.59
Hex CD B4 62 0 C 34 14 2E 34 3B
Octal 315 264 142 0 14 64 24 56 64 73
Binary 11001101 10110100 1100010 0 1100 110100 10100 101110 110100 111011

Color Harmonies of #CDB462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB462

Black with #CDB462

Text Example


Text Example

White with #CDB462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB462; }

 p { color: rgb(205,180,98); }

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

background-color css

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

 a { background-color: rgb(205,180,98); }

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

border-color css

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

 span { border-color: rgb(205,180,98); }

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