Html Css Color HEX #CFD8A4 Orinoco

📋 copy color: '#CFD8A4'

red 207 ◦ green 216 ◦ blue 164

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

Shades of Orinoco #CFD8A4

Tints of Orinoco #CFD8A4

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.8%

 BLUE value IS 164 (64.45% from 255) = 27.94%

R = 35.26%
G = 36.8%
B = 27.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#CFD8A4 (or 0xCFD8A4) is known color: Orinoco. HEX triplet: CF, D8 and A4. RGB value is (207,216,164). Sum of RGB (Red+Green+Blue) = 207+216+164=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD8A4 is #30275B. Grayscale: #CFCFCF. Windows color (decimal): -3155804 or 10803407. OLE color: 10803407.

HSL color Cylindrical-coordinate representation of color #CFD8A4: hue angle of 70.38º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFD8A4 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 216 164 -
CMYK 0.04 0 0.24 0.15
HSL 70.38º 0.4% 0.75% -
HSV(B) 70.38º 0.24% 0.85% -
XYZ 56.99 65.06 44.68 -
YUV 207.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 207 216 164 0.04 0 0.24 0.15 70.38 0.4 0.75
Hex CF D8 A4 4 0 18 F 46 28 4B
Octal 317 330 244 4 0 30 17 106 50 113
Binary 11001111 11011000 10100100 100 0 11000 1111 1000110 101000 1001011

Color Harmonies of #CFD8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD8A4

Black with #CFD8A4

Text Example


Text Example

White with #CFD8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD8A4; }

 p { color: rgb(207,216,164); }

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

background-color css

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

 a { background-color: rgb(207,216,164); }

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

border-color css

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

 span { border-color: rgb(207,216,164); }

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