Html Css Color HEX #CFD99A Orinoco

📋 copy color: '#CFD99A'

red 207 ◦ green 217 ◦ blue 154

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

Shades of Orinoco #CFD99A

Tints of Orinoco #CFD99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.64%

R = 35.81%
G = 37.54%
B = 26.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#CFD99A (or 0xCFD99A) is known color: Orinoco. HEX triplet: CF, D9 and 9A. RGB value is (207,217,154). Sum of RGB (Red+Green+Blue) = 207+217+154=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD99A is #302665. Grayscale: #CFCFCF. Windows color (decimal): -3155558 or 10148303. OLE color: 10148303.

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

Color convert

RGB 207 217 154 -
CMYK 0.05 0 0.29 0.15
HSL 69.52º 0.45% 0.73% -
HSV(B) 69.52º 0.29% 0.85% -
XYZ 56.38 65.22 40.19 -
YUV 206.83 98.19 128.12 -
System Red Green Blue C M Y K H S L
Decimal 207 217 154 0.05 0 0.29 0.15 69.52 0.45 0.73
Hex CF D9 9A 5 0 1D F 46 2D 49
Octal 317 331 232 5 0 35 17 106 55 111
Binary 11001111 11011001 10011010 101 0 11101 1111 1000110 101101 1001001

Color Harmonies of #CFD99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD99A

Black with #CFD99A

Text Example


Text Example

White with #CFD99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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