Html Css Color HEX #CFD39F Orinoco

📋 copy color: '#CFD39F'

red 207 ◦ green 211 ◦ blue 159

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

Shades of Orinoco #CFD39F

Tints of Orinoco #CFD39F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.57%

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

R = 35.88%
G = 36.57%
B = 27.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#CFD39F (or 0xCFD39F) is known color: Orinoco. HEX triplet: CF, D3 and 9F. RGB value is (207,211,159). Sum of RGB (Red+Green+Blue) = 207+211+159=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD39F is #302C60. Grayscale: #CCCCCC. Windows color (decimal): -3157089 or 10474447. OLE color: 10474447.

HSL color Cylindrical-coordinate representation of color #CFD39F: hue angle of 64.62º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFD39F is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 211 159 -
CMYK 0.02 0 0.25 0.17
HSL 64.62º 0.37% 0.73% -
HSV(B) 64.62º 0.25% 0.83% -
XYZ 55.28 62.36 41.92 -
YUV 203.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 207 211 159 0.02 0 0.25 0.17 64.62 0.37 0.73
Hex CF D3 9F 2 0 19 11 41 25 49
Octal 317 323 237 2 0 31 21 101 45 111
Binary 11001111 11010011 10011111 10 0 11001 10001 1000001 100101 1001001

Color Harmonies of #CFD39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD39F

Black with #CFD39F

Text Example


Text Example

White with #CFD39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD39F; }

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

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

background-color css

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

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

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

border-color css

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

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

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