Html Css Color HEX #CFD59C Orinoco

📋 copy color: '#CFD59C'

red 207 ◦ green 213 ◦ blue 156

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

Shades of Orinoco #CFD59C

Tints of Orinoco #CFD59C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.98%

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

R = 35.94%
G = 36.98%
B = 27.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#CFD59C (or 0xCFD59C) is known color: Orinoco. HEX triplet: CF, D5 and 9C. RGB value is (207,213,156). Sum of RGB (Red+Green+Blue) = 207+213+156=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD59C is #302A63. Grayscale: #CCCCCC. Windows color (decimal): -3156580 or 10278351. OLE color: 10278351.

HSL color Cylindrical-coordinate representation of color #CFD59C: hue angle of 66.32º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFD59C is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 213 156 -
CMYK 0.03 0 0.27 0.16
HSL 66.32º 0.4% 0.72% -
HSV(B) 66.32º 0.27% 0.84% -
XYZ 55.53 63.25 40.74 -
YUV 204.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 207 213 156 0.03 0 0.27 0.16 66.32 0.4 0.72
Hex CF D5 9C 3 0 1B 10 42 28 48
Octal 317 325 234 3 0 33 20 102 50 110
Binary 11001111 11010101 10011100 11 0 11011 10000 1000010 101000 1001000

Color Harmonies of #CFD59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD59C

Black with #CFD59C

Text Example


Text Example

White with #CFD59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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