Html Css Color HEX #CFDA9F Orinoco

📋 copy color: '#CFDA9F'

red 207 ◦ green 218 ◦ blue 159

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

Shades of Orinoco #CFDA9F

Tints of Orinoco #CFDA9F

RGB

 RED value IS 207 (81.25% from 255) = 35.45%

 GREEN value IS 218 (85.55% from 255) = 37.33%

 BLUE value IS 159 (62.5% from 255) = 27.23%

R = 35.45%
G = 37.33%
B = 27.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#CFDA9F (or 0xCFDA9F) is known color: Orinoco. HEX triplet: CF, DA and 9F. RGB value is (207,218,159). Sum of RGB (Red+Green+Blue) = 207+218+159=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDA9F is #302560. Grayscale: #D0D0D0. Windows color (decimal): -3155297 or 10476239. OLE color: 10476239.

HSL color Cylindrical-coordinate representation of color #CFDA9F: hue angle of 71.19º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFDA9F is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 218 159 -
CMYK 0.05 0 0.27 0.15
HSL 71.19º 0.44% 0.74% -
HSV(B) 71.19º 0.27% 0.85% -
XYZ 57.06 65.91 42.52 -
YUV 207.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 207 218 159 0.05 0 0.27 0.15 71.19 0.44 0.74
Hex CF DA 9F 5 0 1B F 47 2C 4A
Octal 317 332 237 5 0 33 17 107 54 112
Binary 11001111 11011010 10011111 101 0 11011 1111 1000111 101100 1001010

Color Harmonies of #CFDA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDA9F

Black with #CFDA9F

Text Example


Text Example

White with #CFDA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDA9F; }

 p { color: rgb(207,218,159); }

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

background-color css

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

 a { background-color: rgb(207,218,159); }

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

border-color css

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

 span { border-color: rgb(207,218,159); }

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