Html Css Color HEX #CFD59B Orinoco

📋 copy color: '#CFD59B'

red 207 ◦ green 213 ◦ blue 155

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

Shades of Orinoco #CFD59B

Tints of Orinoco #CFD59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.96%

R = 36%
G = 37.04%
B = 26.96%

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

#CFD59B (or 0xCFD59B) is known color: Orinoco. HEX triplet: CF, D5 and 9B. RGB value is (207,213,155). Sum of RGB (Red+Green+Blue) = 207+213+155=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD59B is #302A64. Grayscale: #CCCCCC. Windows color (decimal): -3156581 or 10212815. OLE color: 10212815.

HSL color Cylindrical-coordinate representation of color #CFD59B: hue angle of 66.21º degrees, saturation: 0.41, 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 #CFD59B is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 213 155 -
CMYK 0.03 0 0.27 0.16
HSL 66.21º 0.41% 0.72% -
HSV(B) 66.21º 0.27% 0.84% -
XYZ 55.44 63.22 40.29 -
YUV 204.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 207 213 155 0.03 0 0.27 0.16 66.21 0.41 0.72
Hex CF D5 9B 3 0 1B 10 42 29 48
Octal 317 325 233 3 0 33 20 102 51 110
Binary 11001111 11010101 10011011 11 0 11011 10000 1000010 101001 1001000

Color Harmonies of #CFD59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD59B

Black with #CFD59B

Text Example


Text Example

White with #CFD59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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