Html Css Color HEX #CFD39D Orinoco

📋 copy color: '#CFD39D'

red 207 ◦ green 211 ◦ blue 157

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

Shades of Orinoco #CFD39D

Tints of Orinoco #CFD39D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.3%

R = 36%
G = 36.7%
B = 27.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#CFD39D (or 0xCFD39D) is known color: Orinoco. HEX triplet: CF, D3 and 9D. RGB value is (207,211,157). Sum of RGB (Red+Green+Blue) = 207+211+157=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD39D is #302C62. Grayscale: #CBCBCB. Windows color (decimal): -3157091 or 10343375. OLE color: 10343375.

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

Color convert

RGB 207 211 157 -
CMYK 0.02 0 0.26 0.17
HSL 64.44º 0.38% 0.72% -
HSV(B) 64.44º 0.26% 0.83% -
XYZ 55.11 62.29 41.02 -
YUV 203.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 207 211 157 0.02 0 0.26 0.17 64.44 0.38 0.72
Hex CF D3 9D 2 0 1A 11 40 26 48
Octal 317 323 235 2 0 32 21 100 46 110
Binary 11001111 11010011 10011101 10 0 11010 10001 1000000 100110 1001000

Color Harmonies of #CFD39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD39D

Black with #CFD39D

Text Example


Text Example

White with #CFD39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD39D; }

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

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

background-color css

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

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

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

border-color css

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

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

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