Html Css Color HEX #CFB30E Bird Flower

📋 copy color: '#CFB30E'

red 207 ◦ green 179 ◦ blue 14

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

Shades of Bird Flower #CFB30E

Tints of Bird Flower #CFB30E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.75%

 BLUE value IS 14 (5.86% from 255) = 3.5%

R = 51.75%
G = 44.75%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CFB30E (or 0xCFB30E) is known color: Bird Flower. HEX triplet: CF, B3 and 0E. RGB value is (207,179,14). Sum of RGB (Red+Green+Blue) = 207+179+14=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB30E is #304CF1. Grayscale: #A9A9A9. Windows color (decimal): -3165426 or 963535. OLE color: 963535.

HSL color Cylindrical-coordinate representation of color #CFB30E: hue angle of 51.3º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFB30E is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 179 14 -
CMYK 0 0.14 0.93 0.19
HSL 51.3º 0.87% 0.43% -
HSV(B) 51.3º 0.93% 0.81% -
XYZ 41.93 45.54 7 -
YUV 168.56 40.78 155.42 -
System Red Green Blue C M Y K H S L
Decimal 207 179 14 0 0.14 0.93 0.19 51.3 0.87 0.43
Hex CF B3 E 0 E 5D 13 33 57 2B
Octal 317 263 16 0 16 135 23 63 127 53
Binary 11001111 10110011 1110 0 1110 1011101 10011 110011 1010111 101011

Color Harmonies of #CFB30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB30E

Black with #CFB30E

Text Example


Text Example

White with #CFB30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB30E; }

 p { color: rgb(207,179,14); }

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

background-color css

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

 a { background-color: rgb(207,179,14); }

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

border-color css

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

 span { border-color: rgb(207,179,14); }

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