Html Css Color HEX #CFBE0A Bird Flower

📋 copy color: '#CFBE0A'

red 207 ◦ green 190 ◦ blue 10

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

Shades of Bird Flower #CFBE0A

Tints of Bird Flower #CFBE0A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.68%

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 50.86%
G = 46.68%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CFBE0A (or 0xCFBE0A) is known color: Bird Flower. HEX triplet: CF, BE and 0A. RGB value is (207,190,10). Sum of RGB (Red+Green+Blue) = 207+190+10=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBE0A is #3041F5. Grayscale: #AFAFAF. Windows color (decimal): -3162614 or 704207. OLE color: 704207.

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

Color convert

RGB 207 190 10 -
CMYK 0 0.08 0.95 0.19
HSL 54.82º 0.91% 0.43% -
HSV(B) 54.82º 0.95% 0.81% -
XYZ 44.2 50.11 7.63 -
YUV 174.56 35.13 151.14 -
System Red Green Blue C M Y K H S L
Decimal 207 190 10 0 0.08 0.95 0.19 54.82 0.91 0.43
Hex CF BE A 0 8 5F 13 37 5B 2B
Octal 317 276 12 0 10 137 23 67 133 53
Binary 11001111 10111110 1010 0 1000 1011111 10011 110111 1011011 101011

Color Harmonies of #CFBE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE0A

Black with #CFBE0A

Text Example


Text Example

White with #CFBE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE0A; }

 p { color: rgb(207,190,10); }

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

background-color css

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

 a { background-color: rgb(207,190,10); }

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

border-color css

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

 span { border-color: rgb(207,190,10); }

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