Html Css Color HEX #CFD99C Orinoco

📋 copy color: '#CFD99C'

red 207 ◦ green 217 ◦ blue 156

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

Shades of Orinoco #CFD99C

Tints of Orinoco #CFD99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.9%

R = 35.69%
G = 37.41%
B = 26.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#CFD99C (or 0xCFD99C) is known color: Orinoco. HEX triplet: CF, D9 and 9C. RGB value is (207,217,156). Sum of RGB (Red+Green+Blue) = 207+217+156=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD99C is #302663. Grayscale: #CFCFCF. Windows color (decimal): -3155556 or 10279375. OLE color: 10279375.

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

Color convert

RGB 207 217 156 -
CMYK 0.05 0 0.28 0.15
HSL 69.84º 0.45% 0.73% -
HSV(B) 69.84º 0.28% 0.85% -
XYZ 56.55 65.29 41.07 -
YUV 207.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 207 217 156 0.05 0 0.28 0.15 69.84 0.45 0.73
Hex CF D9 9C 5 0 1C F 46 2D 49
Octal 317 331 234 5 0 34 17 106 55 111
Binary 11001111 11011001 10011100 101 0 11100 1111 1000110 101101 1001001

Color Harmonies of #CFD99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD99C

Black with #CFD99C

Text Example


Text Example

White with #CFD99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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