Html Css Color HEX #CFD99F Orinoco

📋 copy color: '#CFD99F'

red 207 ◦ green 217 ◦ blue 159

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

Shades of Orinoco #CFD99F

Tints of Orinoco #CFD99F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.22%

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

R = 35.51%
G = 37.22%
B = 27.27%

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

#CFD99F (or 0xCFD99F) is known color: Orinoco. HEX triplet: CF, D9 and 9F. RGB value is (207,217,159). Sum of RGB (Red+Green+Blue) = 207+217+159=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD99F is #302660. Grayscale: #CFCFCF. Windows color (decimal): -3155553 or 10475983. OLE color: 10475983.

HSL color Cylindrical-coordinate representation of color #CFD99F: hue angle of 70.34º degrees, saturation: 0.43, 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 #CFD99F is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 217 159 -
CMYK 0.05 0 0.27 0.15
HSL 70.34º 0.43% 0.74% -
HSV(B) 70.34º 0.27% 0.85% -
XYZ 56.8 65.39 42.43 -
YUV 207.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 207 217 159 0.05 0 0.27 0.15 70.34 0.43 0.74
Hex CF D9 9F 5 0 1B F 46 2B 4A
Octal 317 331 237 5 0 33 17 106 53 112
Binary 11001111 11011001 10011111 101 0 11011 1111 1000110 101011 1001010

Color Harmonies of #CFD99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD99F

Black with #CFD99F

Text Example


Text Example

White with #CFD99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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