#FFBD67

Color #FFBD67 Rajah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rajah #FFBD67

Tints of Rajah #FFBD67

Color information

#FFBD67 (or 0xFFBD67) is unknown color: approx Rajah. HEX triplet: FF, BD and 67. RGB value is (255,189,103). Sum of RGB (Red+Green+Blue) = 255+189+103=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD67 is #004298. Grayscale: #C7C7C7. Windows color (decimal): -17049 or 6798847. OLE color: 6798847.

HSL color Cylindrical-coordinate representation of color #FFBD67: hue angle of 33.95º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFBD67 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB255189103-
CMYK00.260.600
HSL33.95º100%70.2%-
HSV(B)33.95º59.61%100%-
XYZ61.8958.6320.89-
YUV198.9373.87167.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.62%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 103 (40.62% from 255) = 18.83%
R=46.62%
G=34.55%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518910300.260.60033.9510070.2
HexFFBD6701A3C0226446
Octal37727514703274042144106
Binary11111111101111011100111011010111100010001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBD67; }

 p { color: rgb(255,189,103); }

 H1.HeaderClassName
 {
   color: #FFBD67;
 }
 .AnyTagClassName
 {
   color: #FFBD67;
 }
</style>
background-color css

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

 a { background-color: rgb(255,189,103); }

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

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

 span { border-color: rgb(255,189,103); }

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