Html Css Color HEX #CDB381 Calico

📋 copy color: '#CDB381'

red 205 ◦ green 179 ◦ blue 129

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

Shades of Calico #CDB381

Tints of Calico #CDB381

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.89%

 BLUE value IS 129 (50.78% from 255) = 25.15%

R = 39.96%
G = 34.89%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CDB381 (or 0xCDB381) is known color: Calico. HEX triplet: CD, B3 and 81. RGB value is (205,179,129). Sum of RGB (Red+Green+Blue) = 205+179+129=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB381 is #324C7E. Grayscale: #B5B5B5. Windows color (decimal): -3296383 or 8500173. OLE color: 8500173.

HSL color Cylindrical-coordinate representation of color #CDB381: hue angle of 39.47º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDB381 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 179 129 -
CMYK 0 0.13 0.37 0.20
HSL 39.47º 0.43% 0.65% -
HSV(B) 39.47º 0.37% 0.8% -
XYZ 45.26 46.8 27.42 -
YUV 181.07 98.61 145.07 -
System Red Green Blue C M Y K H S L
Decimal 205 179 129 0 0.13 0.37 0.20 39.47 0.43 0.65
Hex CD B3 81 0 D 25 14 27 2B 41
Octal 315 263 201 0 15 45 24 47 53 101
Binary 11001101 10110011 10000001 0 1101 100101 10100 100111 101011 1000001

Color Harmonies of #CDB381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB381

Black with #CDB381

Text Example


Text Example

White with #CDB381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB381; }

 p { color: rgb(205,179,129); }

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

background-color css

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

 a { background-color: rgb(205,179,129); }

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

border-color css

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

 span { border-color: rgb(205,179,129); }

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