Html Css Color HEX #D65033 Trinidad

📋 copy color: '#D65033'

red 214 ◦ green 80 ◦ blue 51

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

Shades of Trinidad #D65033

Tints of Trinidad #D65033

RGB

 RED value IS 214 (83.98% from 255) = 62.03%

 GREEN value IS 80 (31.64% from 255) = 23.19%

 BLUE value IS 51 (20.31% from 255) = 14.78%

R = 62.03%
G = 23.19%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D65033 (or 0xD65033) is known color: Trinidad. HEX triplet: D6, 50 and 33. RGB value is (214,80,51). Sum of RGB (Red+Green+Blue) = 214+80+51=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D65033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65033 is #29AFCC. Grayscale: #757575. Windows color (decimal): -2731981 or 3363030. OLE color: 3363030.

HSL color Cylindrical-coordinate representation of color #D65033: hue angle of 10.67º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D65033 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 51 -
CMYK 0 0.63 0.76 0.16
HSL 10.67º 0.67% 0.52% -
HSV(B) 10.67º 0.76% 0.84% -
XYZ 31.2 20.27 5.4 -
YUV 116.76 90.89 197.36 -
System Red Green Blue C M Y K H S L
Decimal 214 80 51 0 0.63 0.76 0.16 10.67 0.67 0.52
Hex D6 50 33 0 3F 4C 10 B 43 34
Octal 326 120 63 0 77 114 20 13 103 64
Binary 11010110 1010000 110011 0 111111 1001100 10000 1011 1000011 110100

Color Harmonies of #D65033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65033

Black with #D65033

Text Example


Text Example

White with #D65033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65033; }

 p { color: rgb(214,80,51); }

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

background-color css

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

 a { background-color: rgb(214,80,51); }

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

border-color css

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

 span { border-color: rgb(214,80,51); }

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