Html Css Color HEX #DAE69B Reef

📋 copy color: '#DAE69B'

red 218 ◦ green 230 ◦ blue 155

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

Shades of Reef #DAE69B

Tints of Reef #DAE69B

RGB

 RED value IS 218 (85.55% from 255) = 36.15%

 GREEN value IS 230 (90.23% from 255) = 38.14%

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

R = 36.15%
G = 38.14%
B = 25.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#DAE69B (or 0xDAE69B) is known color: Reef. HEX triplet: DA, E6 and 9B. RGB value is (218,230,155). Sum of RGB (Red+Green+Blue) = 218+230+155=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE69B is #251964. Grayscale: #DADADA. Windows color (decimal): -2431333 or 10217178. OLE color: 10217178.

HSL color Cylindrical-coordinate representation of color #DAE69B: hue angle of 69.6º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAE69B is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 230 155 -
CMYK 0.05 0 0.33 0.10
HSL 69.6º 0.6% 0.75% -
HSV(B) 69.6º 0.33% 0.9% -
XYZ 63.13 73.87 41.94 -
YUV 217.86 92.52 128.1 -
System Red Green Blue C M Y K H S L
Decimal 218 230 155 0.05 0 0.33 0.10 69.6 0.6 0.75
Hex DA E6 9B 5 0 21 A 46 3C 4B
Octal 332 346 233 5 0 41 12 106 74 113
Binary 11011010 11100110 10011011 101 0 100001 1010 1000110 111100 1001011

Color Harmonies of #DAE69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE69B

Black with #DAE69B

Text Example


Text Example

White with #DAE69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE69B; }

 p { color: rgb(218,230,155); }

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

background-color css

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

 a { background-color: rgb(218,230,155); }

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

border-color css

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

 span { border-color: rgb(218,230,155); }

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