Html Css Color HEX #D0CFA5 Orinoco

📋 copy color: '#D0CFA5'

red 208 ◦ green 207 ◦ blue 165

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

Shades of Orinoco #D0CFA5

Tints of Orinoco #D0CFA5

RGB

 RED value IS 208 (81.64% from 255) = 35.86%

 GREEN value IS 207 (81.25% from 255) = 35.69%

 BLUE value IS 165 (64.84% from 255) = 28.45%

R = 35.86%
G = 35.69%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D0CFA5 (or 0xD0CFA5) is known color: Orinoco. HEX triplet: D0, CF and A5. RGB value is (208,207,165). Sum of RGB (Red+Green+Blue) = 208+207+165=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 165 (64.84% from 255 or 28.45% from 580); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CFA5 is #2F305A. Grayscale: #CACACA. Windows color (decimal): -3092571 or 10866640. OLE color: 10866640.

HSL color Cylindrical-coordinate representation of color #D0CFA5: hue angle of 58.6º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0CFA5 is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 207 165 -
CMYK 0 0.00 0.21 0.18
HSL 58.6º 0.31% 0.73% -
HSV(B) 58.6º 0.21% 0.82% -
XYZ 55.12 60.75 44.42 -
YUV 202.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 208 207 165 0 0.00 0.21 0.18 58.6 0.31 0.73
Hex D0 CF A5 0 0 15 12 3B 1F 49
Octal 320 317 245 0 0 25 22 73 37 111
Binary 11010000 11001111 10100101 0 0 10101 10010 111011 11111 1001001

Color Harmonies of #D0CFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CFA5

Black with #D0CFA5

Text Example


Text Example

White with #D0CFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CFA5; }

 p { color: rgb(208,207,165); }

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

background-color css

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

 a { background-color: rgb(208,207,165); }

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

border-color css

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

 span { border-color: rgb(208,207,165); }

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