Html Css Color HEX #CFD19D Orinoco

📋 copy color: '#CFD19D'

red 207 ◦ green 209 ◦ blue 157

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

Shades of Orinoco #CFD19D

Tints of Orinoco #CFD19D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.47%

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

R = 36.13%
G = 36.47%
B = 27.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#CFD19D (or 0xCFD19D) is known color: Orinoco. HEX triplet: CF, D1 and 9D. RGB value is (207,209,157). Sum of RGB (Red+Green+Blue) = 207+209+157=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD19D is #302E62. Grayscale: #CACACA. Windows color (decimal): -3157603 or 10342863. OLE color: 10342863.

HSL color Cylindrical-coordinate representation of color #CFD19D: hue angle of 62.31º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFD19D is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 209 157 -
CMYK 0.01 0 0.25 0.18
HSL 62.31º 0.36% 0.72% -
HSV(B) 62.31º 0.25% 0.82% -
XYZ 54.62 61.3 40.85 -
YUV 202.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 207 209 157 0.01 0 0.25 0.18 62.31 0.36 0.72
Hex CF D1 9D 1 0 19 12 3E 24 48
Octal 317 321 235 1 0 31 22 76 44 110
Binary 11001111 11010001 10011101 1 0 11001 10010 111110 100100 1001000

Color Harmonies of #CFD19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD19D

Black with #CFD19D

Text Example


Text Example

White with #CFD19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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